Diff
diff --git a/justfile b/justfile
index d39a531..3e200f5 100644
--- a/justfile
+++ b/justfile
@@ -17,20 +17,20 @@ clean:
cargo clean
test-clean:
- pkill Xephyr || true
- rm -rf ~/.config/oxwm
- Xephyr -screen 1280x800 :1 & sleep 1
- DISPLAY=:1 cargo run --release -- --config resources/test-config.lua
+ pkill Xephyr || true
+ rm -rf ~/.config/oxwm
+ Xephyr -screen 1280x800 :1 & sleep 1
+ DISPLAY=:1 cargo run --release -- --config resources/test-config.lua
test:
- pkill Xephyr || true
- Xephyr -screen 1280x800 :2 & sleep 1
- DISPLAY=:2 cargo run --release -- --config resources/test-config.lua
+ pkill Xephyr || true
+ Xephyr -screen 1280x800 :2 & sleep 1
+ DISPLAY=:2 cargo run --release -- --config resources/test-config.lua
test-multimon:
- pkill Xephyr || true
- Xephyr +xinerama -screen 640x480 -screen 640x480 :1 & sleep 1
- DISPLAY=:1 cargo run --release -- --config resources/test-config.lua
+ pkill Xephyr || true
+ Xephyr +xinerama -screen 640x480 -screen 640x480 :1 & sleep 1
+ DISPLAY=:1 cargo run --release -- --config resources/test-config.lua
init:
cargo run --release -- --init