From d4ab38d7c4362f07de34eab640c7b726f2c6ef11 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Thu, 18 Aug 2022 20:29:03 -0400 Subject: [PATCH] Framework wallpaper --- i3/framework.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/framework.conf b/i3/framework.conf index 1b30129..cc9dbe2 100644 --- a/i3/framework.conf +++ b/i3/framework.conf @@ -1,6 +1,9 @@ # Display output eDP-1 scale 1.0 +# Desktop background +output "*" bg ~/Pictures/wallpaper/0000.jpg fill + # Screen brightness controls bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness