sway: Let pavucontrol and blueman-manager have floating layout
This commit is contained in:
parent
13edaced57
commit
f49632b6d2
1 changed files with 4 additions and 0 deletions
|
@ -260,3 +260,7 @@ mode "$mode_system" {
|
||||||
bindsym $mod+Shift+e mode "$mode_system"
|
bindsym $mod+Shift+e mode "$mode_system"
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
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
|
||||||
|
|
Loading…
Reference in a new issue