From fc3ece0b1a0ab6bca8d2e8ee44518981de2cfdd1 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 12 Jan 2020 17:57:07 +0300 Subject: Minor fixes to keybinds and scripts --- test/test-xephyr.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/test-xephyr.sh') 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 ) -- cgit 1.4.1