From 9d6806d08e4e1ec21f1c4ae127fa3658ce0c5a3b Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Fri, 23 Aug 2019 10:02:20 +0200 Subject: [PATCH] Change floating windows defaults --- dotfiles/i3.org | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dotfiles/i3.org b/dotfiles/i3.org index 2bce00d..7bd5750 100644 --- a/dotfiles/i3.org +++ b/dotfiles/i3.org @@ -452,19 +452,12 @@ To display names or symbols instead of plain workspace numbers you can use somet * Open specific applications in floating mode #+begin_src conf - for_window [class="calamares"] floating enable border normal - for_window [class="Clipgrab"] floating enable for_window [title="File Transfer*"] floating enable - for_window [class="Galculator"] floating enable border pixel 1 for_window [class="GParted"] floating enable border normal for_window [title="i3_help"] floating enable sticky enable border normal for_window [class="Lightdm-settings"] floating enable for_window [class="Lxappearance"] floating enable sticky enable border normal for_window [class="Manjaro Settings Manager"] floating enable border normal - for_window [title="MuseScore: Play Panel"] floating enable - for_window [class="Nitrogen"] floating enable sticky enable border normal - for_window [class="Oblogout"] fullscreen enable - for_window [class="octopi"] floating enable for_window [class="Pamac-manager"] floating enable for_window [class="Pavucontrol"] floating enable for_window [class="qt5ct"] floating enable sticky enable border normal @@ -476,6 +469,7 @@ To display names or symbols instead of plain workspace numbers you can use somet for_window [class="Xfburn"] floating enable for_window [title="^Documentation -"] floating enable border normal for_window [class="Yad"] floating enable + for_window [title="Bluetooth Devices"] floating enable #+end_src * Restart i3 inplace (preserves your layout/session, can be used to upgrade i3)