From 4829b3f7720ad7953690bdefa559fda3a32a6518 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Sat, 14 Feb 2026 12:11:31 +0100 Subject: new stuff --- .config/x11/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/x11') diff --git a/.config/x11/xprofile b/.config/x11/xprofile index aa66e07..35af708 100644 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -5,7 +5,7 @@ autostart="remaps slstatus xcompmgr xhidecursor" for program in $autostart; do - pidof -sx "$program" || "$program" & + pidof -sx "$program" || "$program" & done >/dev/null 2>&1 # Set wallpaper -- cgit v1.2.3