polish the tile function
This commit is contained in:
parent
a0a5580131
commit
36868e2171
1 changed files with 6 additions and 0 deletions
|
@ -304,6 +304,12 @@ grid_resolution = 6
|
|||
|
||||
[simple-tile]
|
||||
tile_by_default = none
|
||||
# button_move = <super> KEY_M
|
||||
# button_resize = <super> KEY_R
|
||||
key_focus_above = <ctrl> <shift> KEY_UP
|
||||
key_focus_below = <ctrl> <shift> KEY_DOWN
|
||||
key_focus_left = <ctrl> <shift> KEY_LEFT
|
||||
key_focus_right = <ctrl> <shift> KEY_RIGHT
|
||||
key_toggle = <super> KEY_S
|
||||
outer_vert_gap_size = 2
|
||||
outer_horiz_gap_size = 2
|
||||
|
|
Loading…
Reference in a new issue