diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-31 22:57:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-31 22:57:28 +0100 |
commit | 97c8b051acb14114ed2365ee4b0623e7a8ddd8ba (patch) | |
tree | c114f51ffd2e29489451133065f9f63d8a95d1ea /.local/bin/kb | |
parent | Still moving stuff around (diff) | |
download | dotfiles-bsd-97c8b051acb14114ed2365ee4b0623e7a8ddd8ba.tar.gz dotfiles-bsd-97c8b051acb14114ed2365ee4b0623e7a8ddd8ba.tar.bz2 dotfiles-bsd-97c8b051acb14114ed2365ee4b0623e7a8ddd8ba.tar.xz dotfiles-bsd-97c8b051acb14114ed2365ee4b0623e7a8ddd8ba.tar.zst dotfiles-bsd-97c8b051acb14114ed2365ee4b0623e7a8ddd8ba.zip |
Functionnal changes
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/kb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/kb b/.local/bin/kb new file mode 100755 index 0000000..778d2d6 --- /dev/null +++ b/.local/bin/kb @@ -0,0 +1,4 @@ +#!/usr/local/bin/dash + +xset r rate 200 150 +setxkbmap -layout us,fr -option grp:alt_shift_toggle |