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