fix: fixed lid config

This commit is contained in:
2025-07-22 08:30:15 +02:00
parent 11f4ef5beb
commit b5bb61b431
6 changed files with 32 additions and 6 deletions

View File

@@ -49,6 +49,10 @@ output * bg ~/Images/Perso/Wallpapers/wave.jpg fill
# -> Managed by Kanshi (~/.config/kanshi/config)
# Watch lid changes
bindswitch --reload --locked lid:on output eDP-1 disable
bindswitch --reload --locked lid:off output eDP-1 enable
### Idle configuration
# -> Managed by swayidle (/usr/share/sway/config.d/90-swayidle.conf)

View File

@@ -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
}

View File

@@ -0,0 +1,3 @@
for_window [app_id="xdg-desktop-portal-gtk" title="Open (File|Folder)"] {
floating enable
}

View 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
}