diff options
author | Joe <rbo@gmx.us> | 2024-04-16 17:36:24 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-16 17:36:24 +0200 |
commit | 930a95eb3f2d7392e753c02c9ae4fc8ccbeae0ad (patch) | |
tree | d053c667c42838c60ae00551e7b0a1ece4d2c9cb /.local/bin/kb | |
parent | up (diff) | |
download | dotfiles-bsd-930a95eb3f2d7392e753c02c9ae4fc8ccbeae0ad.tar.gz dotfiles-bsd-930a95eb3f2d7392e753c02c9ae4fc8ccbeae0ad.tar.bz2 dotfiles-bsd-930a95eb3f2d7392e753c02c9ae4fc8ccbeae0ad.tar.xz dotfiles-bsd-930a95eb3f2d7392e753c02c9ae4fc8ccbeae0ad.tar.zst dotfiles-bsd-930a95eb3f2d7392e753c02c9ae4fc8ccbeae0ad.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' |