Skip to content

Instantly share code, notes, and snippets.

@denisoster
Created June 16, 2020 08:56
Show Gist options
  • Save denisoster/247a79fc48097d2086b573e4b41a125c to your computer and use it in GitHub Desktop.
Save denisoster/247a79fc48097d2086b573e4b41a125c to your computer and use it in GitHub Desktop.
#!/bin/bash
Xephyr -ac -br -noreset -screen 1366x768 :1 &
sleep .1
DISPLAY=:1 awesome -c "/home/denis/.config/awesome/rc.lua"
pkill -KILL Xephyr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment