feat(i3): shortcuts to set fixed sizes

This commit is contained in:
Johann Dreo 2024-10-07 10:58:53 +02:00
commit 22200c690f

View file

@ -200,8 +200,13 @@ mode "resize" {
bindsym $mod+r mode "default"
}
# Switch to resize mode.
bindsym $mod+r mode "resize"
# Set the focused window to be of a fixed size.
bindsym $mod+v resize set 300 px
bindsym $mod+Shift+v resize set 400 px
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {