From 49156a08b6ba95813371c97c172fdd7df1233014 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@archlinuxvm" Date: Mon, 19 Oct 2020 12:25:47 +0200 Subject: [PATCH] Bigger wallpaper was cropped with -center, use -cover instead --- dotfiles/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/i3/config b/dotfiles/i3/config index 2aec7ec..67b6c54 100644 --- a/dotfiles/i3/config +++ b/dotfiles/i3/config @@ -10,7 +10,7 @@ floating_modifier $super #autostart exec --no-startup-id /usr/bin/dunst -exec --no-startup-id hsetroot -center ~/.wallpaper -root +exec --no-startup-id hsetroot -cover ~/.wallpaper -root exec --no-startup-id xsettingsd & exec --no-startup-id picom -b --config ~/.config/picom.conf exec --no-startup-id thunar --daemon