refactor(dwm): change apps of dwm
This commit is contained in:
parent
9608b219dc
commit
bad7e57394
1 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
gnome-screensaver &
|
|
||||||
|
|
||||||
xsetroot -solid black
|
xsetroot -solid black
|
||||||
|
|
||||||
|
@ -24,9 +23,7 @@ while true; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done &
|
done &
|
||||||
|
|
||||||
|
|
||||||
nm-applet &
|
nm-applet &
|
||||||
mate-volume-control-status-icon &
|
|
||||||
flameshot &
|
flameshot &
|
||||||
feh -z -Z --bg-scale $HOME/Pictures/background.*
|
feh -z -Z --bg-scale $HOME/Pictures/background.*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue