From 0d104b87b8afdbf81dd5372f9ae36b9b4076a920 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 12 Sep 2020 18:09:22 +0200 Subject: Add containers to sway .config/sway/config: Move nextcloud and firefox containers. Do not fill background on all outputs (better to do this per output). --- .config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 89b9c2a..d8feda5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -31,7 +31,7 @@ default_border pixel 2 ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg ~/.config/sway/background.png fill +# output * bg ~/.config/sway/background.png fill # # Example configuration: # @@ -218,7 +218,9 @@ mode "resize" { bindsym $mod+r mode "resize" +for_window [class="Nextcloud"] move container to workspace 2 for_window [class="firefox"] move container to workspace 2 +for_window [app_id="firefox"] move container to workspace 2 for_window [class="qutebrowser"] move container to workspace 2 for_window [class="scide"] move container to workspace 3 for_window [class="Sonic Pi"] move container to workspace 3 -- cgit v1.2.3-54-g00ecf