From f6e6a7e780ecdb9b800ad7366420eab9f10efeca Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 3 Mar 2025 02:33:31 -0500 Subject: xinit: Include local config from unversioned file Create .xinitrc.local as a place for user's config and startup processes without dirtying the .xinitrc file in the repository. --- .xinitrc | 1 + 1 file changed, 1 insertion(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 9076069..4d1cf12 100644 --- a/.xinitrc +++ b/.xinitrc @@ -18,5 +18,6 @@ xset dpms 0 0 0 xset s off [ -f ~/.fehbg ] && sh ~/.fehbg || feh --no-fehbg --bg-fill "$HOME/rice/wallpaper.jpg" +[ -f ~/.xinitrc.local ] && sh ~/.xinitrc.local exec dwm -- cgit v1.2.3