diff options
author | Julian T <julian@jtle.dk> | 2020-05-09 17:56:50 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-05-09 17:56:50 +0200 |
commit | 75f74a63f19c5b5a71dbb3e1b99b97d3067095fb (patch) | |
tree | 50f1c3300204fe35d2ebdc93824c4d1f7974ff97 /scripts/Scripts/lc | |
parent | 6ebe4c2601e66d97888ba57b60a9f8aa249200ba (diff) |
Vim, i3 configs, And removed xcape
Diffstat (limited to 'scripts/Scripts/lc')
-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 |