commit 538b1b11ac5561b02f4d05fac6592e3a691ef440
parent 51f4a55e5870385c25cdbc3700ea134502e81c62
Author: Andrew Laack <andrew@laack.co>
Date: Tue, 15 Sep 2026 21:38:22 -0500
Added background to xinitrc
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/xinitrc b/xinitrc
@@ -12,6 +12,9 @@ xset s off
dunst &
+# visual program I made to run in background, rendering graph traversals.
+background &
+
dbus-update-activation-environment --systemd DISPLAY
while true; do dwm 2> ~/.dwm.log ; done