9 lines
214 B
Bash
Executable File
9 lines
214 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make debug
|
|
Xephyr -screen 800x600 :1 &
|
|
inotifywait --timeout 9 /tmp/.X11-unix/
|
|
#DISPLAY=:1 hsetroot -cover ~/Pictures/mojave_wallpaper.jpg
|
|
DISPLAY=:1 ./wm &
|
|
# DISPLAY=:1 ~/.config/polybar/launch.sh test
|