sway: Do not enable sticky for pavucontrol and blueman-manager
A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes.
This commit is contained in:
parent
26b6b4505b
commit
3f561bf6f6
1 changed files with 2 additions and 2 deletions
|
@ -262,8 +262,8 @@ bindsym $mod+Shift+e mode "$mode_system"
|
|||
include /etc/sway/config.d/*
|
||||
|
||||
# Application for which we want some default settings or layout
|
||||
for_window [app_id="pavucontrol"] floating enable, sticky enable, resize set width 800 px height 600px
|
||||
for_window [app_id="blueman-manager"] floating enable, sticky enable, resize set width 800 px height 600px
|
||||
for_window [app_id="pavucontrol"] floating enable, resize set width 800 px height 600px
|
||||
for_window [app_id="blueman-manager"] floating enable, resize set width 800 px height 600px
|
||||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||
for_window [title="Firefox — Sharing Indicator"] no_focus
|
||||
|
||||
|
|
Loading…
Reference in a new issue