diff options
Diffstat (limited to '.config/X11')
-rw-r--r-- | .config/X11/clientrc | 4 | ||||
-rw-r--r-- | .config/X11/defaults | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/.config/X11/clientrc b/.config/X11/clientrc index 26455d3..c139519 100644 --- a/.config/X11/clientrc +++ b/.config/X11/clientrc @@ -19,8 +19,8 @@ if [ -f "$usermodmap" ]; then xmodmap "$usermodmap" fi -# exec gnome-session +exec gnome-session # exec startkde # exec startxfce4 # ...or the Window Manager of your choice -exec wmii +#exec wmii diff --git a/.config/X11/defaults b/.config/X11/defaults index 5eecec3..0508928 100644 --- a/.config/X11/defaults +++ b/.config/X11/defaults @@ -1,9 +1,12 @@ -# -*- Mode: Conf-xdefaults -*- +! -*- Mode: Conf-xdefaults -*- -# "native" colors -#URxvt.background: #000000 -#URxvt.foreground: #CCCCCC -# Tango-dark +Emacs.FontBackend: xft +!Emacs.font: DejaVu Sans Mono-8 + +! "native" colors +!URxvt.background: #000000 +!URxvt.foreground: #CCCCCC +! Tango-dark URxvt.background: #2E3436 URxvt.foreground: #EEEEEC |