Created
June 16, 2020 08:56
-
-
Save denisoster/247a79fc48097d2086b573e4b41a125c to your computer and use it in GitHub Desktop.
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/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