From 5d3876ef1a9ce386430a88a6a0ec98ed2fe87eec Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 8 Sep 2021 11:04:19 +0200 Subject: [PATCH] i3: make minimum floating window size smaller Firefox sharing indicator is smaller than the default minimum (75x50) --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 5b4668f..329ebad 100644 --- a/config +++ b/config @@ -39,6 +39,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id exec brightnessctl set 5%- # use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +floating_minimum_size 55 30 # start a terminal bindsym $mod+Return exec exec $term