changed default cursor; removed mount all
This commit is contained in:
parent
ecc3bfe6f3
commit
ce9b1965d2
1 changed files with 5 additions and 3 deletions
8
.xinitrc
8
.xinitrc
|
@ -35,8 +35,10 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||||
done
|
done
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
# Automatic brightness controll
|
||||||
clight &
|
clight &
|
||||||
mount -a
|
|
||||||
|
|
||||||
exec bspwm 2> .bspwm.err > .bspwm.log
|
# Set cursor
|
||||||
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
|
exec bspwm
|
||||||
|
|
Loading…
Reference in a new issue