This commit is contained in:
2026-05-12 13:19:16 +07:00
parent 0bb721e52b
commit 2653237be8
3 changed files with 128 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ static const absn_keybind keybinds[] = {
{ ALT | SHIFT, XKB_KEY_l, increase_master_width, { .f = +0.05 } },
{ ALT, XKB_KEY_t, set_layout, { .i = LAYOUT_TILE } },
{ ALT, XKB_KEY_r, set_layout, { .i = LAYOUT_TILELEFT } },
{ ALT, XKB_KEY_m, set_layout, { .i = LAYOUT_MONOCLE } },
{ ALT, XKB_KEY_1, switch_workspace, { .v = "1" } },