Last active
March 27, 2019 08:06
-
-
Save Gennnji/a8de0d54a01f7e6ba03670c937c3f0d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh -e | |
| # 1) Disable of gnome control over keyboard: | |
| gsettings set org.gnome.settings-daemon.plugins.keyboard active false | |
| # 2) Set desired settings for xkb: | |
| setxkbmap -option grp:rctrl_toggle,lv3:menu_switch us,ru |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment