summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-13 22:06:51 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-13 22:06:51 +0000
commitb98bfc04980c8bcf1f1c153db87c0ab1471a4af6 (patch)
treea480856cf36dec56e4ddae25230f794bb8818094 /config.h
parent0d7ce84f8bb7fcd1f833aba3e0cf99a9c3aaa29c (diff)
bindings
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 768f92f..873e68c 100644
--- a/config.h
+++ b/config.h
@@ -119,10 +119,9 @@ static const Key keys[] = {
{ MODKEY, XK_x, spawn, SHCMD("xkill") },
{ MODKEY, XK_w, spawn, SHCMD(BROWSER) },
{ MODKEY|ShiftMask, XK_w, spawn, SHCMD("icecat") },
+ { MODKEY, XK_r, resetmfact, {0} },
{ 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") },