diff options
author | Joe <rbo@gmx.us> | 2024-02-03 15:50:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-03 15:50:20 +0100 |
commit | 2debb620a5f4df455abd43ca6053cd20508a1967 (patch) | |
tree | 8c6725a5d456f0329352ed0faaa54390b363a3c1 /.local/bin | |
parent | up (diff) | |
download | dotfiles-bsd-2debb620a5f4df455abd43ca6053cd20508a1967.tar.gz dotfiles-bsd-2debb620a5f4df455abd43ca6053cd20508a1967.tar.bz2 dotfiles-bsd-2debb620a5f4df455abd43ca6053cd20508a1967.tar.xz dotfiles-bsd-2debb620a5f4df455abd43ca6053cd20508a1967.tar.zst dotfiles-bsd-2debb620a5f4df455abd43ca6053cd20508a1967.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' |