From 7e81e238c148afc5a217e95b85b9b6620364cc35 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 21 Apr 2022 11:49:58 +0200 Subject: [sway] move output configuration to separate file --- .config/sway/config | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index ccf1455..756f45a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -21,11 +21,6 @@ set $term alacritty #set $menu dmenu_path | dmenu | xargs swaymsg exec -- set $menu "wofi --show drun" -### Output configuration -# -# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg $HOME/Images/wallpaper/wallpaper.jpg fill - gaps inner 10 default_border pixel 1 @@ -33,6 +28,9 @@ default_border pixel 1 set $border_color #ffffffcc client.focused $border_color $border_color $border_color $border_color $border_color +### Output configuration +# +# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) # # Example configuration: # -- cgit v1.2.3