diff options
author | Joe <rbo@gmx.us> | 2024-06-27 23:53:32 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-27 23:53:32 +0200 |
commit | 59ff7aa0a79f50ce9abda19c636bf0da40c6d38e (patch) | |
tree | 46107f5db03dfbf8c9ffddd721725156432ab190 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.tar.gz dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.tar.bz2 dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.tar.xz dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.tar.zst dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.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 e405cd9..c7d9bcf 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)" = "mother" ]; then + if [ "$(hostname -s)" = "motherqwe" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |