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
e77d3376
Commit
e77d3376
authored
Oct 09, 2021
by
Jay Ta'ala
Browse files
Simplified mcache to just m.
parent
6b81e17a
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
e77d3376
...
...
@@ -267,7 +267,7 @@ set $ws6 number 6:6
set $ws7 number 7:7
set $ws8 number 8:8
set $wsg number 0:`
set $wsm number 9:m
cache
set $wsm number 9:m
# switch to workspace
bindsym $mod+1 workspace $ws1
...
...
@@ -305,7 +305,7 @@ bindsym $mod+$mod_next+7 move container to workspace $ws7; workspace $ws7
bindsym $mod+$mod_next+8 move container to workspace $ws8; workspace $ws8
# move all windows on workspace M to current container
bindsym $mod+Ctrl+m [workspace="m
cache
"] move container to workspace current
bindsym $mod+Ctrl+m [workspace="m"] move container to workspace current
# Open applications on specific workspaces
# assign [class="Thunderbird"] $ws1
...
...
i3/config.simple
View file @
e77d3376
...
...
@@ -230,7 +230,7 @@ set $ws6 number 6:6
set $ws7 number 7:7
set $ws8 number 8:8
set $wsg number 0:`
set $wsm number 9:m
cache
set $wsm number 9:m
# switch to workspace
bindsym $mod+1 workspace $ws1
...
...
@@ -268,7 +268,7 @@ bindsym $mod+$mod_next+7 move container to workspace $ws7; workspace $ws7
bindsym $mod+$mod_next+8 move container to workspace $ws8; workspace $ws8
# move all windows on workspace M to current container
bindsym $mod+Ctrl+m [workspace="m
cache
"] move container to workspace current
bindsym $mod+Ctrl+m [workspace="m"] move container to workspace current
# Open applications on specific workspaces
# assign [class="Thunderbird"] $ws1
...
...
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