.xinitrc
This commit is contained in:
parent
d5924b1bbb
commit
c459f03450
1 changed files with 7 additions and 1 deletions
8
.xinitrc
8
.xinitrc
|
@ -13,12 +13,18 @@ then
|
|||
fi
|
||||
#_. mpdnotify
|
||||
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
|
||||
#_. rootname
|
||||
while true; do
|
||||
/home/slash/.rootname.scm
|
||||
sleep 1m
|
||||
done
|
||||
#_ Start notifier
|
||||
/usr/bin/dunst \
|
||||
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
|
||||
-nb "#000000" -nf "#15abc3" &
|
||||
#_ 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:
|
||||
# mode: shell-script
|
||||
|
|
Loading…
Reference in a new issue