diff --git a/X/Xdefaults b/X/Xdefaults index b93ff46..81c21e1 100755 --- a/X/Xdefaults +++ b/X/Xdefaults @@ -37,10 +37,12 @@ URxvt.scrollstyle: xterm,plain URxvt.secondaryScroll: true URxvt.transparent: true -URxvt.shading: 5 +URxvt.shading: 6 URxvt.matcher.button: 1 URxvt.urgentOnBell: true +URxvt.modifier: mod1 + URxvt.perl-ext: default,matcher,-option-popup,-selection-popup URxvt.urlLauncher: /usr/bin/firefox URxvt.url-launcher: /usr/bin/firefox diff --git a/X/Xmodmap b/X/Xmodmap index 15a0296..98c550f 100644 --- a/X/Xmodmap +++ b/X/Xmodmap @@ -1,5 +1,5 @@ ! Exchange left Alt and left Win remove mod1 = Alt_L remove mod4 = Super_L -add mod1 = Super_L -add mod4 = Alt_L +add Mod1 = Super_L +add Mod4 = Alt_L