mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 17:24:27 +02:00
i3-companion: add a command to open a new workspace
This is quite a generic idea: use tick to trigger some actions without spawning a whole Python process.
This commit is contained in:
parent
84db9ccb13
commit
f0c47af02e
2 changed files with 16 additions and 0 deletions
1
config
1
config
|
@ -121,6 +121,7 @@ bindsym $mod+8 workspace number $ws8
|
|||
bindsym $mod+9 workspace number $ws9
|
||||
bindsym $mod+0 workspace number $ws10
|
||||
bindsym $mod+Tab workspace back_and_forth
|
||||
bindsym $mod+n exec i3-msg -t send_tick new-workspace
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number $ws1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue