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
a015dc66
Commit
a015dc66
authored
May 07, 2022
by
Jay Ta'ala
Browse files
Merge branch 'reverse-layout' into i3-remap-experimental
parents
fe38f993
d937915f
Changes
2
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
a015dc66
...
@@ -311,7 +311,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6
...
@@ -311,7 +311,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+8 move container to workspace $ws8
# Move focused container to workspace, and switch to that workspace
# Move focused container to workspace, and switch to that workspace
bindsym $mod+$mod_next+1 move container to workspace $ws1; workspace $ws1
bindsym $mod+$mod_next+1 move container to workspace $ws1; workspace $ws1
bindsym $mod+$mod_next+2 move container to workspace $ws2; workspace $ws2
bindsym $mod+$mod_next+2 move container to workspace $ws2; workspace $ws2
...
...
i3/config.simple
View file @
a015dc66
...
@@ -177,12 +177,12 @@ bindsym $mod+Shift+minus move scratchpad
...
@@ -177,12 +177,12 @@ bindsym $mod+Shift+minus move scratchpad
# If there are multiple scratchpad windows, this command cycles through them.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
bindsym $mod+minus scratchpad show
# move
all
window
s on workspace cache to mark STK
# move window
to mark (by workspace)
bindsym $mod+grave move container to workspace $wsg
# requires jq
bindsym $mod+$mod_next+grave [workspace="`"] move container to workspace current
set $setwn wn=$(i3-msg -t get_workspaces | jq '.[] | select(.focused==true).num');
bindsym $mod+Tab [con_mark=
"STK
"] focus, focus child
bindsym $mod+Tab
exec --no-startup-id "$setwn i3-msg \\"
[con_mark=
\\"$wn\\
"] focus, focus child
\\""
bindsym $mod+Shift+Tab mark
.
, [con_mark=
".
"] move window to mark
STK
, unmark
.
bindsym $mod+Shift+Tab
exec --no-startup-id "$setwn 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
STK
, focus child
bindsym $mod+$mod_next+Tab
exec --no-startup-id "$setwn i3-msg \\"split h, layout stacking reverse,
focus parent, mark --add --toggle
$wn
, focus child
\\"
# mark and focus
# mark and focus
bindsym $mod+Ctrl+1 mark --add --toggle 1
bindsym $mod+Ctrl+1 mark --add --toggle 1
...
@@ -213,7 +213,6 @@ bindsym $mod_next+s layout stacking
...
@@ -213,7 +213,6 @@ bindsym $mod_next+s layout stacking
# child container layout bindsyms (creates a child container from currently select window)
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+c split h, layout splitv
bindsym $mod+c split h, layout splitv
bindsym $mod+$mod_next+c split h, layout stacking
# toggle fullscreen mode for the focused container
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym $mod+f fullscreen toggle
...
@@ -298,6 +297,10 @@ bindsym $mod+$mod_next+6 move container to workspace $ws6; workspace $ws6
...
@@ -298,6 +297,10 @@ bindsym $mod+$mod_next+6 move container to workspace $ws6; workspace $ws6
bindsym $mod+$mod_next+7 move container to workspace $ws7; workspace $ws7
bindsym $mod+$mod_next+7 move container to workspace $ws7; workspace $ws7
bindsym $mod+$mod_next+8 move container to workspace $ws8; workspace $ws8
bindsym $mod+$mod_next+8 move container to workspace $ws8; workspace $ws8
# Move to wsg workspace
bindsym $mod+grave move container to workspace $wsg
bindsym $mod+$mod_next+grave [workspace="`"] move container to workspace current
# Open applications on specific workspaces
# Open applications on specific workspaces
# assign [class="Thunderbird"] $ws1
# assign [class="Thunderbird"] $ws1
# assign [class="Pale moon"] $ws2
# assign [class="Pale moon"] $ws2
...
@@ -361,10 +364,6 @@ bindsym $mod+$mod_next+Shift+j resize grow height 100 px or 10 ppt
...
@@ -361,10 +364,6 @@ bindsym $mod+$mod_next+Shift+j resize grow height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+k resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+k resize shrink height 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+l resize grow width 100 px or 10 ppt
bindsym $mod+$mod_next+Shift+l resize grow width 100 px or 10 ppt
# predefined sizes (70/30)
bindsym $mod+$mod_next+u resize set width 40 ppt
bindsym $mod+$mod_next+i resize set width 50 ppt
bindsym $mod+$mod_next+o resize set width 60 ppt
# Start i3bar to display a workspace bar (plus the system information i3status if available)
# Start i3bar to display a workspace bar (plus the system information i3status if available)
bar {
bar {
...
...
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