Add move mode
This commit is contained in:
parent
1744339007
commit
5713e1398a
@ -160,6 +160,17 @@ mode "resize" {
|
|||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mode "move" {
|
||||||
|
bindsym Up move up 20px
|
||||||
|
bindsym Left move left 20px
|
||||||
|
bindsym Down move down 20px
|
||||||
|
bindsym Right move right 20px
|
||||||
|
|
||||||
|
bindsym Return mode "default"
|
||||||
|
bindsym Escape mode "default"
|
||||||
|
}
|
||||||
|
bindsym $mod+m focus floating; mode "move"
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
new_window normal 0
|
new_window normal 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user