Commit 2d4435a6 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents 30eb7d55 6e709622
...@@ -29,7 +29,7 @@ client.unfocused $bgucolor $bgucolor $txtucolor $indcolor $bgucolor ...@@ -29,7 +29,7 @@ client.unfocused $bgucolor $bgucolor $txtucolor $indcolor $bgucolor
#client.background #2B2C2B #client.background #2B2C2B
# set default desktop layout (default is tiling) <default|stacking|tabbed> # set default desktop layout (default is tiling) <default|stacking|tabbed>
workspace_layout stacking workspace_layout tabbed
# set preferred focus_wrapping <yes|no|force> # set preferred focus_wrapping <yes|no|force>
#focus_wrapping no #focus_wrapping no
...@@ -119,10 +119,13 @@ bindsym $mod+k focus up ...@@ -119,10 +119,13 @@ bindsym $mod+k focus up
bindsym $mod+l focus right bindsym $mod+l focus right
# master-stack keybinding (moves stack window to master and current master back to stack window) # master-stack keybinding (moves stack window to master and current master back to stack window)
bindsym $mod+m exec "i3-msg \\"focus left, move right, focus up, move left\\"" # NOTE: requires jq
bindsym $mod+Shift+m exec "i3-msg \\"move right, focus up, move left\\"" set $get_layout $(i3-msg -t get_tree | jq -r 'recurse(.nodes[];.nodes!=null)|select(.nodes[].focused).layout')
bindsym $mod+comma exec "i3-msg \\"focus up, move right, focus up, focus left\\"" bindsym $mod+m exec "i3-msg focus parent, focus right"
bindsym $mod+Shift+comma exec "i3-msg \\"focus up, move right, focus left\\"" bindsym $mod+comma exec "MST=$get_layout; i3-msg layout stacked, focus up, move right, focus up, focus left, layout $MST"
bindsym $mod+Shift+m exec "STK=$get_layout; i3-msg layout stacked, move left; MST=$get_layout; i3-msg layout stacked, focus up, focus right, layout $STK, focus parent, focus left, move right, focus left, layout $MST"
bindsym $mod+Shift+n exec "STK=$get_layout; i3-msg layout stacked, move left; MST=$get_layout; i3-msg layout stacked, focus up, move right, focus up, layout $STK, focus parent, focus left, layout $MST"
bindsym $mod+Shift+comma exec "MST=$get_layout; i3-msg layout stacked, focus up, focus right; STK=$get_layout; i3-msg layout stacked, focus left, move right, move up, focus down, layout $STK, focus parent, focus left, layout MST"
# container focusing (with fallback for case where window is direct child of workspace container) # container focusing (with fallback for case where window is direct child of workspace container)
# NOTE: requires xdotool # NOTE: requires xdotool
...@@ -145,7 +148,7 @@ bindsym $mod+Shift+l move right 100px ...@@ -145,7 +148,7 @@ bindsym $mod+Shift+l move right 100px
# workspace back and forth (with/without active container) # workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes workspace_auto_back_and_forth yes
bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth #bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth
# Set $con_title (embedded script) - used in split orientations below. # Set $con_title (embedded script) - used in split orientations below.
# Three options for container title_format below (comment out one). # Three options for container title_format below (comment out one).
...@@ -229,6 +232,8 @@ bindsym $mod+minus scratchpad show ...@@ -229,6 +232,8 @@ bindsym $mod+minus scratchpad show
#navigate workspaces next / previous #navigate workspaces next / previous
bindsym $mod+Ctrl+Right workspace next bindsym $mod+Ctrl+Right workspace next
bindsym $mod+Ctrl+Left workspace prev bindsym $mod+Ctrl+Left workspace prev
bindsym $mod+Ctrl+l workspace next
bindsym $mod+Ctrl+h workspace prev
# Workspace names # Workspace names
# to display names or symbols instead of plain workspace numbers you can use # to display names or symbols instead of plain workspace numbers you can use
...@@ -465,7 +470,7 @@ bar { ...@@ -465,7 +470,7 @@ bar {
} }
# hide/unhide i3status bar # hide/unhide i3status bar
bindsym $mod+Control+m bar mode toggle bindsym $mod+Control+b bar mode toggle
############################# #############################
### settings for i3-gaps: ### ### settings for i3-gaps: ###
......
...@@ -29,7 +29,7 @@ client.unfocused $bgucolor $bgucolor $txtucolor $indcolor $bgucolor ...@@ -29,7 +29,7 @@ client.unfocused $bgucolor $bgucolor $txtucolor $indcolor $bgucolor
#client.background #2B2C2B #client.background #2B2C2B
# set default desktop layout (default is tiling) <default|stacking|tabbed> # set default desktop layout (default is tiling) <default|stacking|tabbed>
workspace_layout stacking workspace_layout tabbed
# Configure border style <normal|1pixel|pixel xx|none|pixel> # Configure border style <normal|1pixel|pixel xx|none|pixel>
for_window [class=".*"] $border_no_name for_window [class=".*"] $border_no_name
...@@ -78,10 +78,13 @@ bindsym $mod+k focus up ...@@ -78,10 +78,13 @@ bindsym $mod+k focus up
bindsym $mod+l focus right bindsym $mod+l focus right
# master-stack keybinding (moves stack window to master and current master back to stack window) # master-stack keybinding (moves stack window to master and current master back to stack window)
bindsym $mod+m exec "i3-msg \\"focus left, move right, focus up, move left\\"" # NOTE: requires jq
bindsym $mod+Shift+m exec "i3-msg \\"move right, focus up, move left\\"" set $get_layout $(i3-msg -t get_tree | jq -r 'recurse(.nodes[];.nodes!=null)|select(.nodes[].focused).layout')
bindsym $mod+comma exec "i3-msg \\"focus up, move right, focus up, focus left\\"" bindsym $mod+m exec "i3-msg focus parent, focus right"
bindsym $mod+Shift+comma exec "i3-msg \\"focus up, move right, focus left\\"" bindsym $mod+comma exec "MST=$get_layout; i3-msg layout stacked, focus up, move right, focus up, focus left, layout $MST"
bindsym $mod+Shift+m exec "STK=$get_layout; i3-msg layout stacked, move left; MST=$get_layout; i3-msg layout stacked, focus up, focus right, layout $STK, focus parent, focus left, move right, focus left, layout $MST"
bindsym $mod+Shift+n exec "STK=$get_layout; i3-msg layout stacked, move left; MST=$get_layout; i3-msg layout stacked, focus up, move right, focus up, layout $STK, focus parent, focus left, layout $MST"
bindsym $mod+Shift+comma exec "MST=$get_layout; i3-msg layout stacked, focus up, focus right; STK=$get_layout; i3-msg layout stacked, focus left, move right, move up, focus down, layout $STK, focus parent, focus left, layout MST"
# move focused window # move focused window
bindsym $mod+Shift+Left move left 100px bindsym $mod+Shift+Left move left 100px
...@@ -96,7 +99,7 @@ bindsym $mod+Shift+k move up 100px ...@@ -96,7 +99,7 @@ bindsym $mod+Shift+k move up 100px
bindsym $mod+Shift+l move right 100px bindsym $mod+Shift+l move right 100px
# workspace back and forth (with/without active container) # workspace back and forth (with/without active container)
workspace_auto_back_and_forth no workspace_auto_back_and_forth yes
#bindsym $mod+b workspace back_and_forth #bindsym $mod+b workspace back_and_forth
#bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth #bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth
...@@ -142,8 +145,10 @@ bindsym $mod+Shift+Tab move scratchpad ...@@ -142,8 +145,10 @@ bindsym $mod+Shift+Tab move scratchpad
bindsym $mod+minus scratchpad show bindsym $mod+minus scratchpad show
#navigate workspaces next / previous #navigate workspaces next / previous
bindsym $mod+Ctrl+Right workspace next bindsym $mod+ctrl+right workspace next
bindsym $mod+Ctrl+Left workspace prev bindsym $mod+ctrl+left workspace prev
bindsym $mod+ctrl+l workspace next
bindsym $mod+ctrl+h workspace prev
# Workspace names # Workspace names
# to display names or symbols instead of plain workspace numbers you can use # to display names or symbols instead of plain workspace numbers you can use
......
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