diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-06 10:22:53 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-06 20:04:09 +0200 |
commit | 5fa25fdac5c759789469afc7c52eb8ec41d79b5f (patch) | |
tree | a68e17317cf1953a50546b83871acd21aaf803d9 /.local/bin | |
parent | 56d30cce6708b079bc6075c4438fdbea288c134d (diff) |
Use same font-sizes and scaling as 'main' branch
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/key | 4 | ||||
-rwxr-xr-x | .local/bin/rate | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.local/bin/key b/.local/bin/key new file mode 100755 index 0000000..d37c407 --- /dev/null +++ b/.local/bin/key @@ -0,0 +1,4 @@ +#!/bin/sh + +systemctl restart keyd.service +rate & diff --git a/.local/bin/rate b/.local/bin/rate index 061830c..fe8ccf3 100755 --- a/.local/bin/rate +++ b/.local/bin/rate @@ -1,5 +1,5 @@ #!/bin/sh -xset dpms 300 300 300 +sleep 2 xset r rate 300 25 setxkbmap -option grp:win_space_toggle us,dk |