summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2025-03-03 02:33:31 -0500
committerMalfurious <m@lfurio.us>2025-03-03 02:33:31 -0500
commitf6e6a7e780ecdb9b800ad7366420eab9f10efeca (patch)
tree4d8e725eb2f78fa7dc36b981164ffe1d51dc912e /.xinitrc
parente193f68f84e1516705d9d8176c4eb6c11c82df81 (diff)
downloadrice-f6e6a7e780ecdb9b800ad7366420eab9f10efeca.tar.gz
rice-f6e6a7e780ecdb9b800ad7366420eab9f10efeca.zip
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.
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc1
1 files changed, 1 insertions, 0 deletions
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