diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xcompose | 1 | ||||
-rw-r--r-- | xorg/xdefaults | 4 | ||||
-rw-r--r-- | xorg/xorg.conf | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/xorg/xcompose b/xorg/xcompose index 0b0b1d5..f52b765 100644 --- a/xorg/xcompose +++ b/xorg/xcompose @@ -7,3 +7,4 @@ include "/usr/share/X11/locale/en_US.UTF-8/Compose" <dead_circumflex> <x> : "[✘]" <dead_circumflex> <p> : "http_proxy=http://localhost:3128 " <dead_circumflex> <l> : "♥" +<dead_circumflex> <n> : "♫" diff --git a/xorg/xdefaults b/xorg/xdefaults index ed0121f..9ae58c8 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -35,7 +35,7 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] #URxvt*tintColor: grey # Colors -URxvt*cursorColor: #6E8558 +#URxvt*cursorColor: #6E8558 URxvt*background: #0e1310 URxvt*foreground: #ffffff URxvt*colorBD: #FFFFFF @@ -47,7 +47,7 @@ URxvt*color2: #6E8558 URxvt*color3: #E7D78E URxvt*color4: #3465A4 URxvt*color5: #CEA86F -URxvt*color6: #FFFFFF +URxvt*color6: #0099FF URxvt*color7: #FFFFFF URxvt*color8: #888888 URxvt*color9: #D76666 diff --git a/xorg/xorg.conf b/xorg/xorg.conf index 355f50c..d8ca7a3 100644 --- a/xorg/xorg.conf +++ b/xorg/xorg.conf @@ -38,7 +38,7 @@ Section "ServerLayout" EndSection Section "ServerFlags" - Option "DontZap" "on" + Option "DontZap" "False" Option "AutoAddDevices" "False" Option "AllowEmptyInput" "False" EndSection |