add sh script for launching testing env
This commit is contained in:
8
start.sh
Executable file
8
start.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
make
|
||||
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
|
Reference in New Issue
Block a user