aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-31 17:08:23 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-31 17:08:23 -0500
commit2bd96145ee6945db9c1b10576ea04817431540fe (patch)
tree42642df516f2cd3eaf53d53df48ee55ceb8e333e /sway/.config
parentc20c38ab319ea77724eab6c7e8d00fdc287256ac (diff)
fix: unset default wallpaper
Diffstat (limited to 'sway/.config')
-rw-r--r--sway/.config/sway/config4
1 files changed, 2 insertions, 2 deletions
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