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
a364ad66
Commit
a364ad66
authored
Sep 24, 2020
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
43f13faa
71e28fd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
a364ad66
...
...
@@ -117,6 +117,9 @@ bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# master-stack keybinding (moves stack window to master and current master back to stack window)
bindsym $mod+m exec "i3-msg \\"move left; focus up; move right; focus left\\""
# container focusing (with fallback for case where window is direct child of workspace container)
# NOTE: requires xdotool
#bindsym $mod+Ctrl+h exec "WINDOW=$(xdotool getactivewindow); i3-msg \\"focus parent; focus left; focus child\\"; NEW_WINDOW=$(xdotool getactivewindow); if [ \\"$NEW_WINDOW\\" -eq \\"$WINDOW\\" ]; then i3-msg \\"focus left\\"; fi"
...
...
@@ -458,7 +461,7 @@ bar {
}
# hide/unhide i3status bar
bindsym $mod+
m
bar mode toggle
bindsym $mod+
n
bar mode toggle
#############################
### settings for i3-gaps: ###
...
...
i3/config.simple
View file @
a364ad66
...
...
@@ -72,6 +72,9 @@ bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# master-stack keybinding (moves stack window to master and current master back to stack window)
bindsym $mod+m exec "i3-msg \\"move left; focus up; move right; focus left\\""
# move focused window
bindsym $mod+Shift+Left move left 100px
bindsym $mod+Shift+Down move down 100px
...
...
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