[kanaya] i3 config: switch workspace when moving windows
This commit is contained in:
parent
c015ce95ca
commit
51027f37bb
|
|
@ -256,41 +256,41 @@ bindsym $mod+F11 workspace $WSf11
|
||||||
bindsym $mod+F12 workspace $WSf12
|
bindsym $mod+F12 workspace $WSf12
|
||||||
|
|
||||||
# ~~ Keybindings to move focused container to workspaces
|
# ~~ Keybindings to move focused container to workspaces
|
||||||
bindsym $mod+Shift+grave move container to workspace number $WS0
|
bindsym $mod+Shift+grave move container to workspace number $WS0; workspace $WS0
|
||||||
bindsym $mod+Shift+1 move container to workspace number $WS1
|
bindsym $mod+Shift+1 move container to workspace number $WS1; workspace $WS1
|
||||||
bindsym $mod+Shift+2 move container to workspace number $WS2
|
bindsym $mod+Shift+2 move container to workspace number $WS2; workspace $WS2
|
||||||
bindsym $mod+Shift+3 move container to workspace number $WS3
|
bindsym $mod+Shift+3 move container to workspace number $WS3; workspace $WS3
|
||||||
bindsym $mod+Shift+4 move container to workspace number $WS4
|
bindsym $mod+Shift+4 move container to workspace number $WS4; workspace $WS4
|
||||||
bindsym $mod+Shift+5 move container to workspace number $WS5
|
bindsym $mod+Shift+5 move container to workspace number $WS5; workspace $WS5
|
||||||
bindsym $mod+Shift+6 move container to workspace number $WS6
|
bindsym $mod+Shift+6 move container to workspace number $WS6; workspace $WS6
|
||||||
bindsym $mod+Shift+7 move container to workspace number $WS7
|
bindsym $mod+Shift+7 move container to workspace number $WS7; workspace $WS7
|
||||||
bindsym $mod+Shift+8 move container to workspace number $WS8
|
bindsym $mod+Shift+8 move container to workspace number $WS8; workspace $WS8
|
||||||
bindsym $mod+Shift+9 move container to workspace number $WS9
|
bindsym $mod+Shift+9 move container to workspace number $WS9; workspace $WS9
|
||||||
bindsym $mod+Shift+0 move container to workspace number $WS10
|
bindsym $mod+Shift+0 move container to workspace number $WS10; workspace $WS10
|
||||||
bindsym $mod+Shift+minus move container to workspace number $WS11
|
bindsym $mod+Shift+minus move container to workspace number $WS11; workspace $WS11
|
||||||
|
|
||||||
bindsym $mod+Shift+equal move container to workspace $WSf1
|
bindsym $mod+Shift+equal move container to workspace $WSf1; workspace $WSf1
|
||||||
bindsym $mod+Shift+F1 move container to workspace $WSf1
|
bindsym $mod+Shift+F1 move container to workspace $WSf1; workspace $WSf1
|
||||||
bindsym $mod+Shift+F2 move container to workspace $WSf2
|
bindsym $mod+Shift+F2 move container to workspace $WSf2; workspace $WSf2
|
||||||
bindsym $mod+Shift+F3 move container to workspace $WSf3
|
bindsym $mod+Shift+F3 move container to workspace $WSf3; workspace $WSf3
|
||||||
bindsym $mod+Shift+F4 move container to workspace $WSf4
|
bindsym $mod+Shift+F4 move container to workspace $WSf4; workspace $WSf4
|
||||||
bindsym $mod+Shift+F5 move container to workspace $WSf5
|
bindsym $mod+Shift+F5 move container to workspace $WSf5; workspace $WSf5
|
||||||
bindsym $mod+Shift+F6 move container to workspace $WSf6
|
bindsym $mod+Shift+F6 move container to workspace $WSf6; workspace $WSf6
|
||||||
bindsym $mod+Shift+F7 move container to workspace $WSf7
|
bindsym $mod+Shift+F7 move container to workspace $WSf7; workspace $WSf7
|
||||||
bindsym $mod+Shift+F8 move container to workspace $WSf8
|
bindsym $mod+Shift+F8 move container to workspace $WSf8; workspace $WSf8
|
||||||
bindsym $mod+Shift+F9 move container to workspace $WSf9
|
bindsym $mod+Shift+F9 move container to workspace $WSf9; workspace $WSf9
|
||||||
bindsym $mod+Shift+F10 move container to workspace $WSf10
|
bindsym $mod+Shift+F10 move container to workspace $WSf10; workspace $WSf10
|
||||||
bindsym $mod+Shift+F11 move container to workspace $WSf11
|
bindsym $mod+Shift+F11 move container to workspace $WSf11; workspace $WSf11
|
||||||
bindsym $mod+Shift+F12 move container to workspace $WSf12
|
bindsym $mod+Shift+F12 move container to workspace $WSf12; workspace $WSf12
|
||||||
|
|
||||||
# ~~ Keybindings for moving focus/containers/workspaces between monitors
|
# ~~ Keybindings for moving focus/containers/workspaces between monitors
|
||||||
bindsym $mod+comma focus output $OUTPUT3
|
bindsym $mod+comma focus output $OUTPUT3
|
||||||
bindsym $mod+period focus output primary
|
bindsym $mod+period focus output primary
|
||||||
bindsym $mod+slash focus output $OUTPUT2
|
bindsym $mod+slash focus output $OUTPUT2
|
||||||
|
|
||||||
bindsym $mod+Shift+comma move container to output $OUTPUT3
|
bindsym $mod+Shift+comma move container to output $OUTPUT3; focus output $OUTPUT3
|
||||||
bindsym $mod+Shift+period move container to output primary
|
bindsym $mod+Shift+period move container to output primary; focus output primary
|
||||||
bindsym $mod+Shift+slash move container to output $OUTPUT2
|
bindsym $mod+Shift+slash move container to output $OUTPUT2; focus output $OUTPUT2
|
||||||
|
|
||||||
bindsym Control+$mod+comma move workspace to output $OUTPUT3
|
bindsym Control+$mod+comma move workspace to output $OUTPUT3
|
||||||
bindsym Control+$mod+period move workspace to output primary
|
bindsym Control+$mod+period move workspace to output primary
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue