diff --git a/etc/skel/.config/qtile/config.py b/etc/skel/.config/qtile/config.py index beb9f9f..a250506 100644 --- a/etc/skel/.config/qtile/config.py +++ b/etc/skel/.config/qtile/config.py @@ -315,7 +315,7 @@ floating_layout = layout.Floating( Match(wm_class="nwg-look"), # GTK settings Match(wm_class="pavucontrol"), # PulseAudio Volume Control 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="Firefox — Sharing Indicator"), ]