diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-01-12 17:57:07 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-01-12 17:57:07 +0300 |
commit | fc3ece0b1a0ab6bca8d2e8ee44518981de2cfdd1 (patch) | |
tree | ce98e88cf767f0cc352ae07423aabfa47185e541 /test | |
parent | Happy New Year (diff) |
Minor fixes to keybinds and scripts
Diffstat (limited to '')
-rwxr-xr-x | test/test-xephyr.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test-xephyr.sh b/test/test-xephyr.sh index e28928a..e6115bf 100755 --- a/test/test-xephyr.sh +++ b/test/test-xephyr.sh @@ -52,7 +52,7 @@ fi if [ -d .stack-work ] then - echo "test-xephyt.sh: Stack build detected" + echo "test-xephyr.sh: Stack build detected" BIN_PATH=$(stack path --dist-dir)/build/xmonad-ng elif [ -d dist ]; then echo "test-xephyr.sh: Cabal build detected" @@ -104,8 +104,7 @@ done export DISPLAY=":$DISPLAY_NUMBER" echo "test-xephyr.sh: Waiting for windwos to appear..." && sleep 3 - xterm -hold xrandr & - xterm & + xrdb "$HOME/.Xresources" && urxvt & $ARCH_BIN ) |