diff options
author | Joe <rbo@gmx.us> | 2024-06-24 10:25:40 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-24 10:25:40 +0200 |
commit | 2e19701c7c03c1b75a243aa21727cb40e7149966 (patch) | |
tree | 97249074cffefb691a7e776616e0042d754a5a5d /.local | |
parent | up (diff) | |
download | dotfiles-bsd-2e19701c7c03c1b75a243aa21727cb40e7149966.tar.gz dotfiles-bsd-2e19701c7c03c1b75a243aa21727cb40e7149966.tar.bz2 dotfiles-bsd-2e19701c7c03c1b75a243aa21727cb40e7149966.tar.xz dotfiles-bsd-2e19701c7c03c1b75a243aa21727cb40e7149966.tar.zst dotfiles-bsd-2e19701c7c03c1b75a243aa21727cb40e7149966.zip |
xinit
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 871fe01..0d7c008 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)" = "motherqwe" ]; then + if [ "$(hostname -s)" = "po-rbo" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |