diff options
author | Malfurious <m@lfurio.us> | 2025-03-03 02:33:31 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2025-03-03 02:33:31 -0500 |
commit | f6e6a7e780ecdb9b800ad7366420eab9f10efeca (patch) | |
tree | 4d8e725eb2f78fa7dc36b981164ffe1d51dc912e | |
parent | e193f68f84e1516705d9d8176c4eb6c11c82df81 (diff) | |
download | rice-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.
-rw-r--r-- | .xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |