rice/dwm/test.sh

10 lines
171 B
Bash
Raw Normal View History

2020-12-19 14:54:26 +02:00
#!/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 &