diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-02 05:09:38 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-02 05:09:38 +0100 |
commit | 02b9887bbaf101ec6f33179a6a86ca3ae9044752 (patch) | |
tree | 6ce658d64d71e83ff2f6709225e1049dd90bc5e5 /xprofile | |
parent | cd03c93ebe9e0ae6c22d1044115b4b9668f97276 (diff) |
Adds background images and randomisation
Diffstat (limited to '')
-rw-r--r-- | xprofile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ # This file is needed by gdm to configure the startup when using the dwm window manager -# Calls a script which sets a random background +# this is generated by feh. Edit it to change the image used, or check the Arch wiki to configure randomisation from fehbg #~/.fehbg +# Otherwise, to get randomisation, just do +feh --bg-max --randomize ~/Pictures/wallpapers/* & # Terminal st config is in Xresources so this needs to be called xrdb ~/.Xresources |