diff options
| author | tslil clingman <> | 2021-08-16 00:43:38 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-08-16 00:43:38 -0400 |
| commit | 10233ccfba5e7bc0ab06f7c542f182c9a33fb11e (patch) | |
| tree | 62fac32bc69f64d4bc162d6a1a3ecb2b4f8b2508 /qubes-dwm-6.2/config.def.h | |
| parent | d42664c8419ae7b7d8fcfa6e0cbf665bd21f2e81 (diff) | |
Bottomstack!
Diffstat (limited to 'qubes-dwm-6.2/config.def.h')
| -rw-r--r-- | qubes-dwm-6.2/config.def.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qubes-dwm-6.2/config.def.h b/qubes-dwm-6.2/config.def.h index 6b6954b..9351ca4 100644 --- a/qubes-dwm-6.2/config.def.h +++ b/qubes-dwm-6.2/config.def.h @@ -49,6 +49,8 @@ static const Layout layouts[] = { { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, { "[D]", deck }, + { "TTT", bstack }, + { "===", bstackhoriz }, }; /* key definitions */ @@ -87,6 +89,8 @@ static Key keys[] = { { MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, { MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, { MODKEY, XK_c, setlayout, {.v = &layouts[3]} }, + { MODKEY, XK_u, setlayout, {.v = &layouts[3]} }, + { MODKEY, XK_o, setlayout, {.v = &layouts[4]} }, { MODKEY, XK_space, setlayout, {0} }, { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, { MODKEY, XK_0, view, {.ui = ~0 } }, @@ -123,4 +127,3 @@ static Button buttons[] = { { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, }; - |
