From 176ac6d06b685e3befeb69fd577876eee7bb899a Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 21 Jul 2024 14:47:23 +0400 Subject: [PATCH] Typo --- etc/skel/.config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ]