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