diff options
Diffstat (limited to '.config/X11')
-rw-r--r-- | .config/X11/defaults | 11 | ||||
-rw-r--r-- | .config/X11/modmap | 11 |
2 files changed, 16 insertions, 6 deletions
diff --git a/.config/X11/defaults b/.config/X11/defaults index 07d35b4..252170c 100644 --- a/.config/X11/defaults +++ b/.config/X11/defaults @@ -1,12 +1,17 @@ -URxvt.background: #000000 -URxvt.foreground: #CCCCCC +# -*- Mode: Conf-xdefaults -*- + +# "native" colors +#URxvt.background: #000000 +#URxvt.foreground: #CCCCCC +# Tango-dark +URxvt.background: #2E3436 +URxvt.foreground: #EEEEEC URxvt.scrollstyle: plain URxvt.scrollBar_floating: true URxvt.font: xft:Monospace-8 URxvt.cursorBlink: true -URxvt.termName: xterm-256color URxvt.pastableTabs: true URxvt.scrollTtyOutput: false diff --git a/.config/X11/modmap b/.config/X11/modmap index e4ade24..1736e09 100644 --- a/.config/X11/modmap +++ b/.config/X11/modmap @@ -1,7 +1,12 @@ +! My desktop doesn't have a super key, so I map Caps_Lock to Super_L +! Also, use Caps_Lock for the compose key remove lock = Caps_Lock -keysym Caps_Lock = Super_L - -keycode 135 = Super_R +keysym Caps_Lock = Super_L Multi_key +! All of these are my "super". Silly I have so many... clear mod4 add mod4 = Super_L Super_R Hyper_L Hyper_R Menu + + +! Note to future me: +! The modifiers are: << Shift, Lock, Control, Mod{1..5} >> and are NOT case sensitive |