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
672f5992
Commit
672f5992
authored
Apr 29, 2021
by
Jay Ta'ala
Browse files
Added focus child when creating child container (deslects multiple
windows if more than one are selected).
parent
eb0a87da
Changes
2
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
672f5992
...
@@ -50,7 +50,7 @@ bindsym $mod+Control+period $border_normal
...
@@ -50,7 +50,7 @@ bindsym $mod+Control+period $border_normal
# Font for window titles. Will also be used by the bar unless a different font
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
# is used in the bar {} block below.
#font pango:monospace 8
#font pango:monospace 8
font xft:BitstreamVeraSans-Roman 1
1
font xft:BitstreamVeraSans-Roman 1
0
# Use Mouse+$mod to drag floating windows
# Use Mouse+$mod to drag floating windows
floating_modifier $mod
floating_modifier $mod
...
@@ -177,16 +177,11 @@ bindsym $mod+q layout splith
...
@@ -177,16 +177,11 @@ bindsym $mod+q layout splith
bindsym $mod+e layout splitv
bindsym $mod+e layout splitv
bindsym $mod+s layout stacking
bindsym $mod+s layout stacking
# child container layouts (creates a child container from current selected application)
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+z split h; exec "$con_title"
bindsym $mod+$mod_next+q split h; focus child; exec "$con_title"
bindsym $mod+x split v; exec "$con_title"
bindsym $mod+$mod_next+e split v; focus child; exec "$con_title"
bindsym $mod+c layout toggle
bindsym $mod+$mod_next+w split h; layout tabbed; focus child; exec "$con_title"
bindsym $mod+$mod_next+s split h; layout stacked; focus child; exec "$con_title"
# alternate container layout bindsyms
bindsym $mod+$mod_next+q split h; exec "$con_title"
bindsym $mod+$mod_next+e split v; exec "$con_title"
bindsym $mod+$mod_next+w split h; layout tabbed; exec "$con_title"
bindsym $mod+$mod_next+s split h; layout stacked; exec "$con_title"
# toggle fullscreen mode for the focused container
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym $mod+f fullscreen toggle
...
...
i3/config.simple
View file @
672f5992
...
@@ -113,16 +113,11 @@ bindsym $mod+q layout splith
...
@@ -113,16 +113,11 @@ bindsym $mod+q layout splith
bindsym $mod+e layout splitv
bindsym $mod+e layout splitv
bindsym $mod+s layout stacking
bindsym $mod+s layout stacking
# child container layouts (creates a child container from current selected application)
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+z split h
bindsym $mod+$mod_next+q split h; focus child
bindsym $mod+x split v
bindsym $mod+$mod_next+e split v; focus child
bindsym $mod+c layout toggle
bindsym $mod+$mod_next+w split h; layout tabbed; focus child
bindsym $mod+$mod_next+s split h; layout stacked; focus child
# alternate container layout bindsyms
bindsym $mod+$mod_next+q split h
bindsym $mod+$mod_next+e split v
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
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym $mod+f fullscreen toggle
...
...
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