diff options
author | David Runge <dave@sleepmap.de> | 2020-09-12 18:09:22 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2020-09-12 18:09:22 +0200 |
commit | 0d104b87b8afdbf81dd5372f9ae36b9b4076a920 (patch) | |
tree | d5a5904a5c2f284f66a36df9382d9ad82774e26a | |
parent | eea959bfd3cc42aeab884abcd7dd1c7ffc1b31a0 (diff) | |
download | dotfiles-0d104b87b8afdbf81dd5372f9ae36b9b4076a920.tar.gz dotfiles-0d104b87b8afdbf81dd5372f9ae36b9b4076a920.tar.bz2 dotfiles-0d104b87b8afdbf81dd5372f9ae36b9b4076a920.tar.xz dotfiles-0d104b87b8afdbf81dd5372f9ae36b9b4076a920.zip |
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).
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
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 |