mod shift num now moves focused window to workspace and your focus stays on the window and with ctrl instead it does not keep focus
This commit is contained in:
parent
3d017a28cf
commit
a6b935faba
1 changed files with 24 additions and 24 deletions
|
|
@ -81,31 +81,31 @@ for_window [app_id="otter-launcher"] border pixel 2
|
||||||
bindsym $mod+n workspace number 11
|
bindsym $mod+n workspace number 11
|
||||||
bindsym $mod+m workspace number 12
|
bindsym $mod+m workspace number 12
|
||||||
|
|
||||||
# Move window silently to workspace:
|
|
||||||
bindsym $mod+Shift+1 move container to workspace number 1
|
|
||||||
bindsym $mod+Shift+2 move container to workspace number 2
|
|
||||||
bindsym $mod+Shift+3 move container to workspace number 3
|
|
||||||
bindsym $mod+Shift+4 move container to workspace number 4
|
|
||||||
bindsym $mod+Shift+5 move container to workspace number 5
|
|
||||||
bindsym $mod+Shift+6 move container to workspace number 6
|
|
||||||
bindsym $mod+Shift+7 move container to workspace number 7
|
|
||||||
bindsym $mod+Shift+8 move container to workspace number 8
|
|
||||||
bindsym $mod+Shift+9 move container to workspace number 9
|
|
||||||
bindsym $mod+Shift+0 move container to workspace number 10
|
|
||||||
bindsym $mod+Shift+n move container to workspace number 11
|
|
||||||
bindsym $mod+Shift+m move container to workspace number 12
|
|
||||||
|
|
||||||
# Move window to workspace and follow:
|
# Move window to workspace and follow:
|
||||||
bindsym $mod+Ctrl+1 move container to workspace number 1; workspace number 1
|
bindsym $mod+Shift+1 move container to workspace number 1; workspace number 1
|
||||||
bindsym $mod+Ctrl+2 move container to workspace number 2; workspace number 2
|
bindsym $mod+Shift+2 move container to workspace number 2; workspace number 2
|
||||||
bindsym $mod+Ctrl+3 move container to workspace number 3; workspace number 3
|
bindsym $mod+Shift+3 move container to workspace number 3; workspace number 3
|
||||||
bindsym $mod+Ctrl+4 move container to workspace number 4; workspace number 4
|
bindsym $mod+Shift+4 move container to workspace number 4; workspace number 4
|
||||||
bindsym $mod+Ctrl+5 move container to workspace number 5; workspace number 5
|
bindsym $mod+Shift+5 move container to workspace number 5; workspace number 5
|
||||||
bindsym $mod+Ctrl+6 move container to workspace number 6; workspace number 6
|
bindsym $mod+Shift+6 move container to workspace number 6; workspace number 6
|
||||||
bindsym $mod+Ctrl+7 move container to workspace number 7; workspace number 7
|
bindsym $mod+Shift+7 move container to workspace number 7; workspace number 7
|
||||||
bindsym $mod+Ctrl+8 move container to workspace number 8; workspace number 8
|
bindsym $mod+Shift+8 move container to workspace number 8; workspace number 8
|
||||||
bindsym $mod+Ctrl+9 move container to workspace number 9; workspace number 9
|
bindsym $mod+Shift+9 move container to workspace number 9; workspace number 9
|
||||||
bindsym $mod+Ctrl+0 move container to workspace number 10; workspace number 10
|
bindsym $mod+Shift+0 move container to workspace number 10; workspace number 10
|
||||||
|
bindsym $mod+Shift+n move container to workspace number 11; workspace number 11
|
||||||
|
bindsym $mod+Shift+m move container to workspace number 12; workspace number 12
|
||||||
|
|
||||||
|
# Move window silently to workspace:
|
||||||
|
bindsym $mod+Ctrl+1 move container to workspace number 1
|
||||||
|
bindsym $mod+Ctrl+2 move container to workspace number 2
|
||||||
|
bindsym $mod+Ctrl+3 move container to workspace number 3
|
||||||
|
bindsym $mod+Ctrl+4 move container to workspace number 4
|
||||||
|
bindsym $mod+Ctrl+5 move container to workspace number 5
|
||||||
|
bindsym $mod+Ctrl+6 move container to workspace number 6
|
||||||
|
bindsym $mod+Ctrl+7 move container to workspace number 7
|
||||||
|
bindsym $mod+Ctrl+8 move container to workspace number 8
|
||||||
|
bindsym $mod+Ctrl+9 move container to workspace number 9
|
||||||
|
bindsym $mod+Ctrl+0 move container to workspace number 10
|
||||||
bindsym $mod+Ctrl+Left move container to workspace prev; workspace prev
|
bindsym $mod+Ctrl+Left move container to workspace prev; workspace prev
|
||||||
bindsym $mod+Ctrl+Right move container to workspace next; workspace next
|
bindsym $mod+Ctrl+Right move container to workspace next; workspace next
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue