From a401e8b2260fecfd36d71de89d7f8389bbebe901 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 10 Oct 2021 13:00:11 -0500 Subject: i3: add more windows to floating Set more windows to be default floating. --- .config/i3/config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 9770796..ad1da60 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -147,15 +147,12 @@ exec --no-startup-id picom -Ccb & exec --no-startup-id tilda & exec --no-startup-id dex -a & -# Play nice with Steam windows +# Make some windows float for_window [class="^Steam$" title="^Friends & Chat$"] floating enable for_window [class="^Steam$" title="Steam - News"] floating enable for_window [class="^Steam$" title=".* - Chat"] floating enable for_window [class="^Steam$" title=".* - event started"] floating enable for_window [class="^Steam$" title="^Servers$"] floating enable - -# pinentry for_window [title="pinentry$"] floating enable - -# Discord splash-screen for_window [title="Discord Updater$"] floating enable +for_window [class="xpad$"] floating enable -- cgit v1.2.3