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: