fix: fixed lid config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# thunderbird reminders
|
||||
for_window [app_id="org.mozilla.Thunderbird" title="[0-9]+ rappels?"] {
|
||||
floating enable
|
||||
resize width 960 px height 540 px
|
||||
resize set 960 540
|
||||
}
|
||||
|
||||
3
.config/sway/config.d/50-rules-portal.conf
Normal file
3
.config/sway/config.d/50-rules-portal.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
for_window [app_id="xdg-desktop-portal-gtk" title="Open (File|Folder)"] {
|
||||
floating enable
|
||||
}
|
||||
11
.config/sway/config.d/50-rules-zoom.conf
Normal file
11
.config/sway/config.d/50-rules-zoom.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
for_window [app_id="Zoom Workplace"] {
|
||||
floating enable
|
||||
}
|
||||
|
||||
for_window [app_id="Zoom Workplace" title="Zoom Workplace - Free Account"] {
|
||||
floating disable
|
||||
}
|
||||
|
||||
for_window [app_id="Zoom Workplace" title="Meeting"] {
|
||||
floating disable
|
||||
}
|
||||
Reference in New Issue
Block a user