From bd73c60b9cfbb9334cd5a9b3bb35bae702534398 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 28 May 2026 00:45:10 +0200 Subject: [PATCH] use --bg-fill instead of --bg-max --- i3/.config/i3/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/justfile b/i3/.config/i3/justfile index 97136d0..ba5d04d 100644 --- a/i3/.config/i3/justfile +++ b/i3/.config/i3/justfile @@ -3,7 +3,7 @@ choose-monitor: just reset-wallpaper reset-wallpaper: - feh --bg-max ~/.wallpaper/ + feh --bg-fill ~/.wallpaper/ program-picker: dmenu_run -p 'start program'