dotfiles

Personal dotfiles
git clone git://git.laack.co/dotfiles.git
Log | Files | Refs

commit 8b0c3e907e3c2a41d3a93650c70d0d84d277ea68
parent 426925174cda95447e1245585292e9beedfaa514
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 17 Sep 2026 10:47:51 -0500

Was not necessary to make the sleep consideration

Diffstat:
Mxinitrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xinitrc b/xinitrc @@ -13,7 +13,8 @@ xset s off dunst & # visual program I made to run in background, rendering graph traversals. -$(sleep 5 && abg --vertices 10 --edges 20) & +# $(sleep 5 && abg --vertices 10 --edges 20) & +abg --vertices 10 --edges 20 & dbus-update-activation-environment --systemd DISPLAY