dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 67604bdb29d8b65c0e255999e7a99adad1ca0aee
parent 19bb62cc13a7917014783fd508ccdcfdcb7f49be
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Mar 2019 18:36:53 +0100

Use hsetroot which does not conflict with compton

Diffstat:
Mlinks/bin/wallpaper.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/wallpaper.sh b/links/bin/wallpaper.sh @@ -21,4 +21,4 @@ # wallpaper=$(get_random_wallpaper "$dir") # set_wallpaper "$wallpaper" -xsetroot -solid "$(rg '\*color0:' ~/.Xresources | awk '{ print $2 }')" +hsetroot -solid "$(rg '\*color0:' ~/.Xresources | awk '{ print $2 }')"