From 83a5078368c65a24cb8addbee21ca81e91c2e002 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 14 May 2021 19:15:08 -0400 Subject: [PATCH] sway: Change background to one from archlinux-wallpaper After the contest for archlinux-wallpaper, there are a lot of high quality backgrounds that one can choose from. Instead of worrying about choosing an appropriate background for a desktop environment, one can simply use archlinux-wallpaper instead. --- sway/.config/sway/config | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 351bb51a..dd756a4d 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -8,29 +8,8 @@ set $term alacritty # on the original workspace that the command was run on. set $menu dmenu_path | dmenu | xargs swaymsg exec -- -### Output configuration -# -# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill -# -# Example configuration: -# -# output HDMI-A-1 resolution 1920x1080 position 1920,0 -# -# You can get the names of your outputs by running: swaymsg -t get_outputs - -### Idle configuration -# -# Example configuration: -# -# exec swayidle -w \ -# timeout 300 'swaylock -f -c 000000' \ -# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ -# before-sleep 'swaylock -f -c 000000' -# -# This will lock your screen after 300 seconds of inactivity, then turn off -# your displays after another 300 seconds, and turn your screens back on when -# resumed. It will also lock your screen before your computer goes to sleep. +# Output configuration (swaymsg -t get_outputs) +output * bg /usr/share/backgrounds/archlinux/simple.png fill ### Input configuration #