sway: Let pavucontrol and blueman-manager have floating layout

This commit is contained in:
Sanchayan Maity 2020-11-14 13:03:44 +05:30
parent 13edaced57
commit f49632b6d2
1 changed files with 4 additions and 0 deletions

View File

@ -260,3 +260,7 @@ mode "$mode_system" {
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