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
3b277d77
Commit
3b277d77
authored
Oct 31, 2019
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
dba5b156
00417def
Changes
2
Hide whitespace changes
Inline
Side-by-side
conky/conky_shortcuts_numix
View file @
3b277d77
...
...
@@ -29,8 +29,9 @@ ${color2}rofi (windows) - ${color}mod+Tab
${color2}bmenu - ${color}mod+Ctrl+b
${color2}kill focused - ${color}mod+Shift+q
${color2}toggle split direction - ${color}mod+[q|e]
${color2}container layout (tabbed) - ${color}mod+w
${color2}container layout (horiz) - ${color}mod+q
${color2}container layout (vert) - ${color}mod+e
${color2}container layout (stck) - ${color}mod+s
${color2}child container (tabbed) - ${color}mod+Shift+w
${color2}child container (vert) - ${color}mod+Shift+e
...
...
i3/config
View file @
3b277d77
...
...
@@ -157,8 +157,8 @@ bindsym $mod+Ctrl+w exec "WINDOWS=$(xdotool search --all --onlyvisible --desktop
bindsym $mod+Mod1+Ctrl+w exec "WINDOWS=$(xdotool search --all --onlyvisible --desktop $(xprop -notype -root _NET_CURRENT_DESKTOP | cut -c 24-) \\"\\" 2>/dev/null); for window in $WINDOWS; do xdotool windowactivate $window; i3-msg \\"move left\\"; $con_title; done"
# split orientations
bindsym $mod+q layout
toggle
split;exec notify-send '
layout toggled
'
bindsym $mod+e layout
toggle
split;exec notify-send '
layout toggled
'
bindsym $mod+q layout split
h
;exec notify-send '
horizontal layout
'
bindsym $mod+e layout split
v
;exec notify-send '
vertical layout
'
bindsym $mod+Shift+e split h; exec "$con_title"
# change container layout (stacked, tabbed, toggle split)
...
...
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