Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
cefba07d
Commit
cefba07d
authored
Apr 10, 2020
by
Jay Ta'ala
Browse files
Changed normal application fullscreen bindsym to previous approach.
parent
03b95b44
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
cefba07d
...
@@ -172,7 +172,7 @@ bindsym $mod+$mod_next+w split h; layout tabbed; exec "$con_title"; exec notify-
...
@@ -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'
bindsym $mod+$mod_next+s split h; layout stacked; exec "$con_title"; exec notify-send 'stacked layout'
# toggle fullscreen mode for the focused container
# 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 $mod+shift+f exec "i3-msg focus parent, fullscreen toggle, focus child"
bindsym --whole-window $mod+button8 fullscreen toggle
bindsym --whole-window $mod+button8 fullscreen toggle
...
...
i3/config.simple
View file @
cefba07d
...
@@ -104,7 +104,7 @@ bindsym $mod+$mod_next+w split h; layout tabbed
...
@@ -104,7 +104,7 @@ bindsym $mod+$mod_next+w split h; layout tabbed
bindsym $mod+$mod_next+s split h; layout stacked
bindsym $mod+$mod_next+s split h; layout stacked
# toggle fullscreen mode for the focused container
# 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 $mod+shift+f exec "i3-msg focus parent, fullscreen toggle, focus child"
# toggle tiling / floating focus
# toggle tiling / floating focus
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment