Skip to content

Instantly share code, notes, and snippets.

@zet4
Created April 8, 2015 05:47
Show Gist options
  • Save zet4/9232d6feb6fd4562648e to your computer and use it in GitHub Desktop.
Save zet4/9232d6feb6fd4562648e to your computer and use it in GitHub Desktop.
Budgie WM Debug
#! /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