From 36868e2171e102dc45acd0f040705d6fa877f69d Mon Sep 17 00:00:00 2001 From: Kuoi Date: Mon, 22 Aug 2022 13:03:55 +0100 Subject: [PATCH] polish the tile function --- dot_config/wayfire.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_config/wayfire.ini b/dot_config/wayfire.ini index cb82116..8d278ac 100644 --- a/dot_config/wayfire.ini +++ b/dot_config/wayfire.ini @@ -304,6 +304,12 @@ grid_resolution = 6 [simple-tile] tile_by_default = none +# button_move = KEY_M +# button_resize = KEY_R +key_focus_above = KEY_UP +key_focus_below = KEY_DOWN +key_focus_left = KEY_LEFT +key_focus_right = KEY_RIGHT key_toggle = KEY_S outer_vert_gap_size = 2 outer_horiz_gap_size = 2