mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
i3: make minimum floating window size smaller
Firefox sharing indicator is smaller than the default minimum (75x50)
This commit is contained in:
parent
96043bb96d
commit
5d3876ef1a
1 changed files with 1 additions and 0 deletions
1
config
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue