From e913f52fcf0ad45cb1a840aba380e3c5b1f6d937 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 12 Apr 2022 16:04:29 -0700 Subject: [PATCH] adjusted certain apps to be floating and at least a certain size on startup in i3 --- i3/config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/i3/config b/i3/config index 946c708f..0dcb7d4f 100644 --- a/i3/config +++ b/i3/config @@ -92,6 +92,16 @@ bindsym $mod+U exec galculator bindsym $mod+S exec steam bindsym $mod+v exec virt-manager +# start these applications in floating mode: + +# For at Home/Desktop: +for_window [instance="galculator"] floating enable move right 1100px, move down 300px +for_window [instance="gcolor3"] floating enable move right 900px, move down 300px +for_window [instance="mousepad"] floating enable move right 1100px, move down 300px + +# floating windows must be at least this size: +floating_minimum_size 300 x 315 + # kill focused window bindsym $mod+Shift+q kill