.xinitrc
This commit is contained in:
parent
d6ca7bc7a2
commit
595f10de0a
1 changed files with 7 additions and 2 deletions
9
.xinitrc
9
.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:
|
||||
|
|
Loading…
Reference in a new issue