diff options
author | Joe <rbo@gmx.us> | 2024-02-06 21:10:22 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-06 21:10:22 +0100 |
commit | 4e0c554c1838e1d9626857e9d6c7cae85a59beab (patch) | |
tree | 7b2f945af2dc327b1771748e89bb151cce9503fe /.local/bin/kb | |
parent | up (diff) | |
download | dotfiles-bsd-4e0c554c1838e1d9626857e9d6c7cae85a59beab.tar.gz dotfiles-bsd-4e0c554c1838e1d9626857e9d6c7cae85a59beab.tar.bz2 dotfiles-bsd-4e0c554c1838e1d9626857e9d6c7cae85a59beab.tar.xz dotfiles-bsd-4e0c554c1838e1d9626857e9d6c7cae85a59beab.tar.zst dotfiles-bsd-4e0c554c1838e1d9626857e9d6c7cae85a59beab.zip |
up
Diffstat (limited to '')
-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..23d7cb5 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)" = "motherwqe" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |