rice/dwm/test.sh
2021-02-28 11:37:24 +02:00

10 lines
173 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 1280x800 :1 &
sleep 0.6
DISPLAY=:1 ./dwm &