summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 22:48:41 +0100
committerGravatar Tom Willemse2013-11-03 22:48:41 +0100
commit40e4a1706c7a35a78cf2fbe95eb6a7b81ea759d6 (patch)
tree8a6b959567adac7494620f56fb2a0409b49f8d79 /x11
parentf4574d968bacfcd0718c48d941611afc1470eb0c (diff)
downloaddotfiles-40e4a1706c7a35a78cf2fbe95eb6a7b81ea759d6.tar.gz
dotfiles-40e4a1706c7a35a78cf2fbe95eb6a7b81ea759d6.zip
Update x11 config
Diffstat (limited to 'x11')
-rw-r--r--x11/.Xdefaults27
-rwxr-xr-xx11/.xinitrc8
2 files changed, 18 insertions, 17 deletions
diff --git a/x11/.Xdefaults b/x11/.Xdefaults
index ffa38c6..191c6c4 100644
--- a/x11/.Xdefaults
+++ b/x11/.Xdefaults
@@ -10,19 +10,22 @@ urxvt.urgentOnBell: true
urxvt.termName: rxvt-256color
urxvt.visualBell: false
-urxvt.perl-lib: /usr/lib/urxvt/perl/
-urxvt.perl-ext-common: default,url-select,keyboard-select
+urxvt.perl-lib: /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/
+urxvt.perl-ext-common: default,matcher,modeline
urxvt.urlLauncher: conkeror
-urxvt.url-select.launcher: conkeror
urxvt.matcher.button: 1
-urxvt.keysym.M-Escape: perl:keyboard-select:activate
-urxvt.keysym.M-s: perl:keyboard-select:search
-urxvt.keysym.M-u: perl:url-select:select_next
+urxvt.keysym.C-Delete: perl:matcher:last
+urxvt.keysym.M-Delete: perl:matcher:list
+URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+)
+urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1
-urxvt.font: xft:Envy Code R:weight=medium:pixelsize=16
-urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=16
-urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=16
+urxvt.font: xft:PT Mono:weight=medium:pixelsize=15
+urxvt.boldFont: xft:PT Mono:weight=bold:pixelsize=15
+
+URxvt.modeline.fg: 15
+URxvt.modeline.bg: 12
+URxvt.modeline.command: urxvt-modeline
urxvt.depth: 32
urxvt.background: #111111
@@ -63,12 +66,12 @@ Emacs.toolbar: off
Emacs.useXIM: off
Emacs.background: #111113
Emacs.borderWidth: 0
-Emacs.font: Envy Code R-13
+Emacs.font: Liberation Mono-13
Emacs.foreground: #eeeeec
Emacs.internalBorder: 0
-Emacs.paneFont: Envy Code R-13
+Emacs.paneFont: Liberation Mono-13
Emacs.pointerColor: #eeeeec
-Emacs*menu*font: Envy Code R-13
+Emacs*menu*font: Liberation Mono-13
Emacs*menu*foreground: #eeeeec
Emacs*menu*background: #222224
Emacs*menu*buttonForeground: #a5a5a4
diff --git a/x11/.xinitrc b/x11/.xinitrc
index eb49aae..dc9aa9c 100755
--- a/x11/.xinitrc
+++ b/x11/.xinitrc
@@ -10,11 +10,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
-emacs --daemon &
redshift -l 51.1180:4.0012 &
unclutter &
-feh --bg-tile ~/pictures/wallpapers/wallpaper-864137.jpg
-$HOME/dzen.sh &
+feh --bg-tile ~/pictures/wallpaper-424947.jpg
-test -n "$1" && wm=$1 || wm="notion"
-exec $wm
+# test -n "$1" && wm=$1 || wm="/usr/local/bin/stumpwm"
+exec sbcl --eval "(ql:quickload \"stumpwm\")" --eval "(stumpwm:stumpwm)"