better use of workspaces
This commit is contained in:
parent
608753b484
commit
e0b0296509
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,7 @@ input type:keyboard {
|
|||
}
|
||||
|
||||
set $mod Mod4
|
||||
set $alt Mod1
|
||||
set $left h
|
||||
set $down j
|
||||
set $up k
|
||||
|
@ -104,6 +105,13 @@ bindsym $mod+Shift+6 move container to workspace " 6 "
|
|||
bindsym $mod+Shift+7 move container to workspace " 7 "
|
||||
bindsym $mod+Shift+8 move container to workspace " 8 "
|
||||
bindsym $mod+Shift+9 move container to workspace " 9 "
|
||||
# -
|
||||
bindsym $alt+t workspace " "
|
||||
bindsym $alt+w workspace " "
|
||||
bindsym $alt+m workspace " "
|
||||
bindsym $alt+Shift+t move container to workspace " "
|
||||
bindsym $alt+Shift+w move container to workspace " "
|
||||
bindsym $alt+Shift+m move container to workspace " "
|
||||
#-
|
||||
bindsym $mod+comma workspace next_on_output
|
||||
bindsym $mod+period workspace prev_on_output
|
||||
|
|
Loading…
Reference in a new issue