mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
i3: update configuration to use move to output next
And I have added the patch to use focus output next as well.
This commit is contained in:
parent
0ed1377db0
commit
82d5d0e87f
1 changed files with 3 additions and 3 deletions
6
config
6
config
|
@ -68,7 +68,7 @@ bindsym $mod+Shift+$left move left
|
||||||
bindsym $mod+Shift+$down move down
|
bindsym $mod+Shift+$down move down
|
||||||
bindsym $mod+Shift+$up move up
|
bindsym $mod+Shift+$up move up
|
||||||
bindsym $mod+Shift+$right move right
|
bindsym $mod+Shift+$right move right
|
||||||
bindsym $mod+o move container to output right
|
bindsym $mod+o move container to output next
|
||||||
|
|
||||||
# resize focused window
|
# resize focused window
|
||||||
bindsym $mod+Ctrl+$left resize shrink width 10 px or 4 ppt
|
bindsym $mod+Ctrl+$left resize shrink width 10 px or 4 ppt
|
||||||
|
@ -108,7 +108,7 @@ bindsym $mod+8 workspace number 8
|
||||||
bindsym $mod+9 workspace number 9
|
bindsym $mod+9 workspace number 9
|
||||||
bindsym $mod+0 workspace number 10
|
bindsym $mod+0 workspace number 10
|
||||||
bindsym $mod+Tab nop "previous-workspace"
|
bindsym $mod+Tab nop "previous-workspace"
|
||||||
bindsym $mod+Ctrl+o focus output right
|
bindsym $mod+Ctrl+o focus output next
|
||||||
bindsym $mod+n nop "new-workspace"
|
bindsym $mod+n nop "new-workspace"
|
||||||
focus_wrapping no
|
focus_wrapping no
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ bindsym $mod+Shift+7 move container to workspace number 7
|
||||||
bindsym $mod+Shift+8 move container to workspace number 8
|
bindsym $mod+Shift+8 move container to workspace number 8
|
||||||
bindsym $mod+Shift+9 move container to workspace number 9
|
bindsym $mod+Shift+9 move container to workspace number 9
|
||||||
bindsym $mod+Shift+0 move container to workspace number 10
|
bindsym $mod+Shift+0 move container to workspace number 10
|
||||||
bindsym $mod+Shift+o move workspace to output right
|
bindsym $mod+Shift+o move workspace to output next
|
||||||
bindsym $mod+Shift+n nop "move-to-new-workspace"
|
bindsym $mod+Shift+n nop "move-to-new-workspace"
|
||||||
|
|
||||||
# lock screen
|
# lock screen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue