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
a6efeffa
Commit
a6efeffa
authored
May 05, 2022
by
Jay Ta'ala
Browse files
Have my new approach working independently on separate workspaces.
parent
868891b4
Changes
1
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
a6efeffa
...
...
@@ -205,7 +205,7 @@ bindsym $mod+minus scratchpad show
# requires jq
bindsym $mod+Tab exec --no-startup-id "wn=$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).num'); i3-msg \\"[con_mark=\\"$wn\\"] focus, focus child\\""
bindsym $mod+Shift+Tab exec --no-startup-id "wn=$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).num'); mwn=$(echo \\"m$wn\\"); i3-msg \\"mark $mwn, [con_mark=\\"$mwn\\"] move window to mark $wn, unmark $mwn\\"
bindsym $mod+$mod_next+Tab focus parent, mark --add --toggle
0
, focus child
bindsym $mod+$mod_next+Tab
exec --no-startup-id "wn=$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).num'); i3-msg \\"
focus parent, mark --add --toggle
$wn
, focus child
\\"
# mark and focus
bindsym $mod+Ctrl+1 mark --add --toggle 1
...
...
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