diff options
Diffstat (limited to 'scripts/Scripts')
-rwxr-xr-x | scripts/Scripts/lc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Scripts/lc b/scripts/Scripts/lc index b67491b..484f531 100755 --- a/scripts/Scripts/lc +++ b/scripts/Scripts/lc @@ -24,7 +24,7 @@ handle_stuff() { # System maintenance if [ "$1" = "sk" ] || [ "$1" = "set-keyboard" ]; then setxkbmap -layout us -variant altgr-intl - xcape -e "Control_R=Escape" + #xcape -e "Control_R=Escape" xmodmap .Xmodmap fi |