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