diff options
author | Joe <rbo@gmx.us> | 2024-05-16 09:37:22 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-16 09:37:22 +0200 |
commit | 07523a635ade7334b6acc7c4bacd7c602886ae54 (patch) | |
tree | d30f42be0eeaa8da573d39279c5d8bf9e68ada87 /.local/bin/kb | |
parent | up (diff) | |
download | dotfiles-bsd-07523a635ade7334b6acc7c4bacd7c602886ae54.tar.gz dotfiles-bsd-07523a635ade7334b6acc7c4bacd7c602886ae54.tar.bz2 dotfiles-bsd-07523a635ade7334b6acc7c4bacd7c602886ae54.tar.xz dotfiles-bsd-07523a635ade7334b6acc7c4bacd7c602886ae54.tar.zst dotfiles-bsd-07523a635ade7334b6acc7c4bacd7c602886ae54.zip |
up
Diffstat (limited to '.local/bin/kb')
-rwxr-xr-x | .local/bin/kb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/kb b/.local/bin/kb index 6391df1..29ba370 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -47,7 +47,7 @@ xset r rate 200 150 setxkbmap -option setxkbmap -layout us -variant intl -if [ "$(hostname -s)" = "motherqwe" ]; then +if [ "$(hostname -s)" = "mother" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |