diff options
author | Joe <rbo@gmx.us> | 2024-06-21 11:15:38 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-21 11:15:38 +0200 |
commit | 43276e049401b83ec97f51cf27a1bea1c2cc4b13 (patch) | |
tree | bd7ef8726b6246e1d2678625c328eb462f3bfce8 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.tar.gz dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.tar.bz2 dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.tar.xz dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.tar.zst dotfiles-bsd-43276e049401b83ec97f51cf27a1bea1c2cc4b13.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 6391df1..29ba370 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)" = "mother" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |