Created
April 8, 2015 05:47
-
-
Save zet4/9232d6feb6fd4562648e to your computer and use it in GitHub Desktop.
Budgie WM Debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
Xephyr -ac -br -noreset -screen 1024x720 :2.0 & | |
XEPHYR_PID=$! | |
sleep 1 | |
DISPLAY=:2.0 ./wm/budgie-wm | |
kill $XEPHYR_PID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment