diff options
author | Amin Bandali <bandali@gnu.org> | 2021-04-03 21:50:36 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2021-04-03 21:50:36 -0400 |
commit | bfe53d9b8ee51e483d69763c0488d7da88eab06b (patch) | |
tree | 31d682d524865bad399ed0101800794e2ff0c6db /.local/bin/set-up-keyboard | |
parent | 17d2cfa08301bfb62cce5a02feb8ad7acf9b0f7c (diff) | |
download | configs-bfe53d9b8ee51e483d69763c0488d7da88eab06b.tar.gz configs-bfe53d9b8ee51e483d69763c0488d7da88eab06b.tar.xz configs-bfe53d9b8ee51e483d69763c0488d7da88eab06b.zip |
Add some missing bins
Diffstat (limited to '.local/bin/set-up-keyboard')
-rwxr-xr-x | .local/bin/set-up-keyboard | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/set-up-keyboard b/.local/bin/set-up-keyboard new file mode 100755 index 0000000..90c636b --- /dev/null +++ b/.local/bin/set-up-keyboard @@ -0,0 +1,4 @@ +setxkbmap \ + -layout us,ir \ + -option ctrl:swap_rwin_rctl \ + -option grp:shifts_toggle |