diff options
author | Joe <rbo@gmx.us> | 2024-06-19 01:00:47 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-19 01:00:47 +0200 |
commit | 29626a64a551745b01d1c7caf2a0d93d5a86e3d0 (patch) | |
tree | bf600eb683777e8c7217610d340cd04a425fe1c5 /.local/bin | |
parent | up (diff) | |
download | dotfiles-bsd-29626a64a551745b01d1c7caf2a0d93d5a86e3d0.tar.gz dotfiles-bsd-29626a64a551745b01d1c7caf2a0d93d5a86e3d0.tar.bz2 dotfiles-bsd-29626a64a551745b01d1c7caf2a0d93d5a86e3d0.tar.xz dotfiles-bsd-29626a64a551745b01d1c7caf2a0d93d5a86e3d0.tar.zst dotfiles-bsd-29626a64a551745b01d1c7caf2a0d93d5a86e3d0.zip |
up
Diffstat (limited to '.local/bin')
-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' |