From aa12f2298365be407966624f6213d7ed11732aae Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 29 Jul 2026 12:57:12 +0200 Subject: [PATCH] solid black bg instead This reverts commit 502cb22980f3d643e0e826fbcdff217337c47aed. solid black bg --- i3/.config/i3/justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i3/.config/i3/justfile b/i3/.config/i3/justfile index 0fa280e..df1a69a 100644 --- a/i3/.config/i3/justfile +++ b/i3/.config/i3/justfile @@ -1,5 +1,11 @@ choose-monitor: sh choose-monitor.sh + just reset-wallpaper + +reset-wallpaper: + xsetroot -solid black program-picker: dmenu_run -p 'start program' + +