about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2020-01-12 17:57:07 +0300
committerAzat Bahawi <azahi@teknik.io>2020-01-12 17:57:07 +0300
commitfc3ece0b1a0ab6bca8d2e8ee44518981de2cfdd1 (patch)
treece98e88cf767f0cc352ae07423aabfa47185e541 /test
parentHappy New Year (diff)
Minor fixes to keybinds and scripts
Diffstat (limited to '')
-rwxr-xr-xtest/test-xephyr.sh5
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
 )

Consider giving Nix/NixOS a try! <3