summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2022-04-21 11:49:58 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commit7e81e238c148afc5a217e95b85b9b6620364cc35 (patch)
tree96e155cc73054ddb3dd1be01906ecd4ba80465a4 /.config
parent5aebf4f2359c86b9289a1b98108190c5c3a22bd3 (diff)
[sway] move output configuration to separate file
Diffstat (limited to '.config')
-rw-r--r--.config/sway/config8
1 files changed, 3 insertions, 5 deletions
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:
#