11 lines
100 B
Bash
Executable file
11 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
wms_revalue.sh &
|
|
|
|
xrdb -merge .Xresources &
|
|
|
|
sxhkd &
|
|
|
|
wallpaper.sh &
|
|
|
|
exec wms_voyeur.sh
|