summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-04-06 13:40:36 +0200
committerGravatar Tom Willemsen2012-04-06 13:40:36 +0200
commit595f10de0ae71a6ac8ce3ce3fc5be44a7f5c915a (patch)
treee226ad928f622411c2b3261ac7677d30dfe3e90a /.xinitrc
parentd6ca7bc7a23c616afd5ec5544381a8ca672a773d (diff)
downloaddotfiles-595f10de0ae71a6ac8ce3ce3fc5be44a7f5c915a.tar.gz
dotfiles-595f10de0ae71a6ac8ce3ce3fc5be44a7f5c915a.zip
.xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 4ba53f0..27f70d7 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -19,11 +19,16 @@ while true; do
sleep 1m
done &
#_ Start notifier
+geometry=($(herbstclient monitor_rect 0))
+x=${geometry[0]}
+width=${geometry[2]}
+height=12
+y=0
/usr/bin/dunst \
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
- -nb "#000000" -nf "#15abc3" &
+ -nb "#002b36" -nf "#657b83" -geometry "${width}x${height}+${x}+${y}"&
#_ Start session
-#exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
+exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
exec ck-launch-session /usr/local/bin/dwm 2>&1 >> ~/.xsession_errors
#_ Local Variables
# Local Variables: