diff options
author | Joe <bousset.rudy@gmail.com> | 2023-06-27 01:22:09 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-06-27 01:22:09 +0200 |
commit | da3c651f6a49efb11535082875edd9196a9fdcbd (patch) | |
tree | 63d5222498b774c425346d54bd3374fb9ee92b85 /.local/bin/rkb | |
parent | up (diff) | |
download | dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.tar.gz dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.tar.bz2 dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.tar.xz dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.tar.zst dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.zip |
up
Diffstat (limited to '.local/bin/rkb')
-rwxr-xr-x | .local/bin/rkb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/rkb b/.local/bin/rkb index fd8fe26..ff870d3 100755 --- a/.local/bin/rkb +++ b/.local/bin/rkb @@ -1,4 +1,5 @@ #!/bin/sh -notify-send -u low -t 2000 'kb' ' Restored Ctrl/Caps Lock and Esc/Tab' +notify-send -u low -t 2000 'kb' ' Restored Esc/Tab' setxkbmap -option +setxkbmap -layout us -variant intl |