From 2f0849911d53dc9cd90e2091966ff062003f6fc8 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 14 Jun 2021 14:57:23 -0400 Subject: [PATCH] Fixed background image startup on w530 --- i3/w530.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/w530.conf b/i3/w530.conf index cdf56e7..4b9b8a2 100644 --- a/i3/w530.conf +++ b/i3/w530.conf @@ -13,7 +13,7 @@ exec --no-startup-id ~/dotfiles/scripts/trackpad-toggle.sh # Desktop background exec --no-startup-id exec compton & -exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg +exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg & # Turn off the screen bindsym XF86Launch1 exec xset -display :0.0 dpms force off