summaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 14:41:33 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 14:41:33 -0400
commitb0cdbb3da2c2b36d3c65b00db4eaf5a0d29c2cd6 (patch)
tree6815d1584f909fd52a87f04de26fc179ae7c163e /.config/X11
parent5f7de477be298f158369862c1a3cc80286fc7e32 (diff)
parent9413cf45dfc7601ace8d448a026a24073b6d73b4 (diff)
Merge branch 'thinkpenguin-par'
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/defaults11
-rw-r--r--.config/X11/modmap11
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