This commit is contained in:
Tom Willemsen 2012-04-06 13:40:36 +02:00
parent d6ca7bc7a2
commit 595f10de0a

View file

@ -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: