This commit is contained in:
Aleksey Samoilov 2024-07-21 14:47:23 +04:00
parent 6e2c43726d
commit 176ac6d06b

View file

@ -315,7 +315,7 @@ floating_layout = layout.Floating(
Match(wm_class="nwg-look"), # GTK settings Match(wm_class="nwg-look"), # GTK settings
Match(wm_class="pavucontrol"), # PulseAudio Volume Control Match(wm_class="pavucontrol"), # PulseAudio Volume Control
Match(wm_class="wdisplays"), # Display configurator Match(wm_class="wdisplays"), # Display configurator
Match(wl_class="floating_shell"), # Start all windows with app_id "floating_shell" in float Match(wm_class="floating_shell"), # Start all windows with app_id "floating_shell" in float
Match(title="Picture-in-Picture"), Match(title="Picture-in-Picture"),
Match(title="Firefox — Sharing Indicator"), Match(title="Firefox — Sharing Indicator"),
] ]