From 2bd96145ee6945db9c1b10576ea04817431540fe Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 31 Mar 2022 17:08:23 -0500 Subject: fix: unset default wallpaper --- sway/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sway/.config') diff --git a/sway/.config/sway/config b/sway/.config/sway/config index d216da9..7bc7b23 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -13,7 +13,7 @@ set $right l # Colors set $foreground #c0caf5 set $highlight #bb9af7 -set $wallpaper @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png +# set $wallpaper @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png set $lock_cmd swaylock --daemonize --image $wallpaper set $sleep_cmd systemctl suspend @@ -23,7 +23,7 @@ client.focused $highlight $highlight $foreground ### Output configuration # Set wallpaper -output * bg $wallpaper fill +# output * bg $wallpaper fill ### Idle configuration -- cgit v1.2.3-70-g09d2