Commit cefba07d authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed normal application fullscreen bindsym to previous approach.

parent 03b95b44
......@@ -172,7 +172,7 @@ bindsym $mod+$mod_next+w split h; layout tabbed; exec "$con_title"; exec notify-
bindsym $mod+$mod_next+s split h; layout stacked; exec "$con_title"; exec notify-send 'stacked layout'
# toggle fullscreen mode for the focused container
bindsym $mod+f exec "i3-msg fullscreen toggle, focus child"
bindsym $mod+f fullscreen toggle
bindsym $mod+shift+f exec "i3-msg focus parent, fullscreen toggle, focus child"
bindsym --whole-window $mod+button8 fullscreen toggle
......
......@@ -104,7 +104,7 @@ bindsym $mod+$mod_next+w split h; layout tabbed
bindsym $mod+$mod_next+s split h; layout stacked
# toggle fullscreen mode for the focused container
bindsym $mod+f exec "i3-msg fullscreen toggle, focus child"
bindsym $mod+f fullscreen toggle
bindsym $mod+shift+f exec "i3-msg focus parent, fullscreen toggle, focus child"
# toggle tiling / floating focus
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment