Add more workspaces
This commit is contained in:
parent
c784d7ff72
commit
4c187dfd15
1 changed files with 10 additions and 0 deletions
|
@ -146,6 +146,11 @@ bindsym $mod+7 workspace number $ws7
|
|||
bindsym $mod+8 workspace number $ws8
|
||||
bindsym $mod+9 workspace number $ws9
|
||||
bindsym $mod+0 workspace number $ws10
|
||||
bindsym Mod1+m workspace mattermost
|
||||
bindsym Mod1+s workspace slack
|
||||
bindsym Mod1+t workspace thunderbird
|
||||
bindsym Mod1+w workspace web
|
||||
bindsym Mod1+z workspace zoom
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number $ws1
|
||||
|
@ -158,6 +163,11 @@ bindsym $mod+Shift+7 move container to workspace number $ws7
|
|||
bindsym $mod+Shift+8 move container to workspace number $ws8
|
||||
bindsym $mod+Shift+9 move container to workspace number $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
bindsym Mod1+Shift+m move container to workspace mattermost
|
||||
bindsym Mod1+Shift+s move container to workspace slack
|
||||
bindsym Mod1+Shift+t move container to workspace thunderbird
|
||||
bindsym Mod1+Shift+w move container to workspace web
|
||||
bindsym Mod1+Shift+z move container to workspace zoom
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+r reload
|
||||
|
|
Loading…
Add table
Reference in a new issue