.xinitrc
This commit is contained in:
parent
56e0a40cb1
commit
7b74faf73c
1 changed files with 0 additions and 10 deletions
10
.xinitrc
10
.xinitrc
|
@ -18,18 +18,8 @@ while true; do
|
||||||
xsetroot -name "`/home/slash/.rootname.scm`"
|
xsetroot -name "`/home/slash/.rootname.scm`"
|
||||||
sleep 1m
|
sleep 1m
|
||||||
done &
|
done &
|
||||||
#_ Start notifier
|
|
||||||
x=0
|
|
||||||
width=1920
|
|
||||||
height=12
|
|
||||||
y=0
|
|
||||||
/usr/bin/dunst \
|
|
||||||
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
|
|
||||||
-nb "#002b36" -nf "#657b83" -to 5
|
|
||||||
-geometry "${width}x${height}+${x}+${y}" &
|
|
||||||
#_ Start session
|
#_ 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
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: shell-script
|
# mode: shell-script
|
||||||
|
|
Loading…
Reference in a new issue