feat(i3): shortcuts to set fixed sizes
This commit is contained in:
parent
03c0be93cd
commit
22200c690f
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue