i3 Shortcut cmd+shift+f for window-parent fullscreen
This commit is contained in:
parent
714fb4c993
commit
c77513993d
@ -150,6 +150,9 @@ mode "resize" {
|
|||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
# Set parent container to full screen
|
||||||
|
bindsym $mod+Shift+f focus parent; fullscreen; focus child
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
|
Loading…
Reference in New Issue
Block a user