summaryrefslogtreecommitdiff
path: root/qubes-dwm-6.2/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'qubes-dwm-6.2/config.def.h')
-rw-r--r--qubes-dwm-6.2/config.def.h5
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} },
};
-