rice/dwm/test.sh

11 lines
173 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
2021-02-28 11:37:24 +02:00
Xephyr -br -ac -noreset -screen 1280x800 :1 &
2020-12-19 14:54:26 +02:00
sleep 0.6
2021-02-28 11:37:24 +02:00
DISPLAY=:1 ./dwm &