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
|
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||||
[ -x "$f" ] && . "$f"
|
[ -x "$f" ] && . "$f"
|
||||||
@@ -24,9 +23,6 @@ xset s off -dpms
|
|||||||
# Set cursor to expected left-pointer
|
# Set cursor to expected left-pointer
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
# Restore wallpaper
|
|
||||||
nitrogen --restore
|
|
||||||
|
|
||||||
# Hide mouse when idle
|
# Hide mouse when idle
|
||||||
unclutter &
|
unclutter &
|
||||||
|
|
||||||
@@ -35,6 +31,3 @@ urxvtd -q -o -f
|
|||||||
|
|
||||||
# Start mpd
|
# Start mpd
|
||||||
mpd
|
mpd
|
||||||
|
|
||||||
# Run notification daemon
|
|
||||||
dunst &
|
|
||||||
|
|||||||
Reference in New Issue
Block a user