From 7c1058edb5da4eb145e57e66d78328beb9697085 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 11:26:01 +0100 Subject: lotsa changes too lazy to list then --- .config/x11/xprofile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/x11/xprofile (limited to '.config/x11/xprofile') diff --git a/.config/x11/xprofile b/.config/x11/xprofile new file mode 100644 index 0000000..aa66e07 --- /dev/null +++ b/.config/x11/xprofile @@ -0,0 +1,12 @@ +#!/bin/sh +# Filip's xprofile. + +# Autostart stuff on reboot +autostart="remaps slstatus xcompmgr xhidecursor" + +for program in $autostart; do + pidof -sx "$program" || "$program" & +done >/dev/null 2>&1 + +# Set wallpaper +xwallpaper --stretch "$HOME"/pix/wallpaper.jpg -- cgit v1.2.3