moved some commands to bspwmrc

This commit is contained in:
2017-03-26 22:43:45 +02:00
parent 57ce50471e
commit 222cf79d4c

View File

@@ -1,4 +1,3 @@
# Executed by startx
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
@@ -24,9 +23,6 @@ xset s off -dpms
# Set cursor to expected left-pointer
xsetroot -cursor_name left_ptr
# Restore wallpaper
nitrogen --restore
# Hide mouse when idle
unclutter &
@@ -35,6 +31,3 @@ urxvtd -q -o -f
# Start mpd
mpd
# Run notification daemon
dunst &