mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-20 10:57:19 +02:00
i3: when moving a container to another output, keep focus
This commit is contained in:
parent
0d4680d9aa
commit
849b9a1930
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -73,7 +73,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 next
|
bindsym $mod+o move container to output next ; focus 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue