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