diff options
author | Joe <rbo@gmx.us> | 2024-01-12 00:19:39 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-12 00:19:39 +0100 |
commit | 666800a24d61bd7988605bc1c59781611fdb6b3d (patch) | |
tree | 21d75451f17bd3e7c09b1e054fcd5875163316dd /.local | |
parent | up (diff) | |
download | dotfiles-bsd-666800a24d61bd7988605bc1c59781611fdb6b3d.tar.gz dotfiles-bsd-666800a24d61bd7988605bc1c59781611fdb6b3d.tar.bz2 dotfiles-bsd-666800a24d61bd7988605bc1c59781611fdb6b3d.tar.xz dotfiles-bsd-666800a24d61bd7988605bc1c59781611fdb6b3d.tar.zst dotfiles-bsd-666800a24d61bd7988605bc1c59781611fdb6b3d.zip |
up
Diffstat (limited to '.local')
-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 29ba370..6391df1 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)" = "mother" ]; then +if [ "$(hostname -s)" = "motherqwe" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |