diff options
author | Joe <rbo@gmx.us> | 2024-04-29 01:35:56 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-29 01:35:56 +0200 |
commit | 85b1aec6792b8ce8d6eb3f87f5934c9bdd4d28d0 (patch) | |
tree | 9af2edea72df1d2bbb4f0680633bce38fc16c7b8 /.local/bin | |
parent | -j20 (diff) | |
download | dotfiles-bsd-85b1aec6792b8ce8d6eb3f87f5934c9bdd4d28d0.tar.gz dotfiles-bsd-85b1aec6792b8ce8d6eb3f87f5934c9bdd4d28d0.tar.bz2 dotfiles-bsd-85b1aec6792b8ce8d6eb3f87f5934c9bdd4d28d0.tar.xz dotfiles-bsd-85b1aec6792b8ce8d6eb3f87f5934c9bdd4d28d0.tar.zst dotfiles-bsd-85b1aec6792b8ce8d6eb3f87f5934c9bdd4d28d0.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 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' |