10 lines
No EOL
171 B
Bash
Executable file
10 lines
No EOL
171 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# This script is a dirty hack, just so I can test my config quicky.
|
|
|
|
rm config.h
|
|
make
|
|
|
|
Xephyr -br -ac -noreset -screen 800x600 :1 &
|
|
sleep 0.6
|
|
DISPLAY=:1 ./dwm & |