Add more comments to xsessionrc
1 files changed, 3 insertions(+), 0 deletions(-) M pkgs/x11/.xsessionrc
M pkgs/x11/.xsessionrc => pkgs/x11/.xsessionrc +3 -0
@@ 10,12 10,15 @@ for file in ~/.Xresources.d/*; do fi done # Automatically adjust the colour temperature over time. autosct -l & # Load the wallpaper if we can find one. if command -v xwallpaper && [ -f ~/.config/wallpaper ]; then xwallpaper --zoom ~/.config/wallpaper fi # Include startup scripts. for i in .xsession.d/*; do [ -e "$i" ] || continue . "$i"