oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Fix indentation in justfile

Commit
dc0747016e3df23b1f591911f1cb5d833982f25e
Parent
3c01997
Author
cora <coradelamouche@gmx.ch>
Date
2025-12-27 03:20:13

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