tileleft
This commit is contained in:
@@ -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" } },
|
||||
|
||||
+1
-1
@@ -79,10 +79,10 @@ static const int layermap[] = {
|
||||
|
||||
enum {
|
||||
LAYOUT_TILE,
|
||||
LAYOUT_MONOCLE,
|
||||
LAYOUT_TILELEFT,
|
||||
LAYOUT_TILETOP,
|
||||
LAYOUT_TILEBOTTOM,
|
||||
LAYOUT_MONOCLE,
|
||||
LAYOUT_SPIRAL,
|
||||
LAYOUT_DWINDLE,
|
||||
LAYOUT_VGRID,
|
||||
|
||||
Reference in New Issue
Block a user