summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2025-09-24 01:45:06 +0200
committerfilip <“filip.rabiega@gmail.com”>2025-09-24 01:45:06 +0200
commitcf0e409656e74f37edb18b6d3b732a9a990eb20b (patch)
tree1c61ad89342bf223862c2f3b421edc45e85f683c /config.h
parente754e470f21f39b459033c429fa3d7aa0f8f8fba (diff)
downloadchaddwm-cf0e409656e74f37edb18b6d3b732a9a990eb20b.tar.gz
chaddwm-cf0e409656e74f37edb18b6d3b732a9a990eb20b.tar.bz2
chaddwm-cf0e409656e74f37edb18b6d3b732a9a990eb20b.zip
appied actualfullscreen and blanktags
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index dbf9b01..12763b9 100644
--- a/config.h
+++ b/config.h
@@ -98,6 +98,7 @@ static const Key keys[] = {
{ MODKEY, XK_m, spawn, {.v = mansplaincmd}},
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
+ { MODKEY|ShiftMask, XK_f, togglefullscr, {0} },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },