summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-09 19:33:00 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-09 19:33:00 +0000
commit5fb19186ae431fdd2252044ebf67db96162f01b2 (patch)
tree643b18cf03a731129dee254ab3a7fa4f44ec1b58 /config.h
parent1ca96706def75ff1ccbae25da99f1dca1d0de785 (diff)
add resetmfact function
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 a23d624..a479c8b 100644
--- a/config.h
+++ b/config.h
@@ -122,6 +122,7 @@ static const Key keys[] = {
{ MODKEY, XK_a, swapfocus, {0} },
{ MODKEY|ShiftMask, XK_a, spawn, SHCMD("scrcpy") },
{ MODKEY, XK_BackSpace, swapfocus, {0} },
+ { MODKEY, XK_r, resetmfact, {0} },
#ifdef __linux__
{ MODKEY, XK_g, spawn, SHCMD(TERMINAL" -c stfloat -e watch -c -n 2 genlop -c") },