moved some commands to bspwmrc
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user