diff options
author | Joe <rbo@gmx.us> | 2024-06-26 13:30:15 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-26 13:30:15 +0200 |
commit | 165659cd30f3a25d2c877520494e429ebd16e6be (patch) | |
tree | e958c26bb94c1b558f9a632547eaf968c7ca9d28 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.tar.gz dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.tar.bz2 dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.tar.xz dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.tar.zst dotfiles-bsd-165659cd30f3a25d2c877520494e429ebd16e6be.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 6e4a85c..e405cd9 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -50,7 +50,7 @@ config_keyboard() { xset r rate 200 150 setxkbmap -option setxkbmap -layout us -variant intl - if [ "$(hostname -s)" = "po-rbo" ]; then + if [ "$(hostname -s)" = "mother" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |