summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-26 18:43:00 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-26 18:43:00 -0700
commitcc93d10f76dfdeebb8c0dab38a8ecbb3495ea88e (patch)
tree96d642f058ff0254acdfa0f1c395b68fa9c4fdcb
parentf6a0b8570b75119bce201ef6476e333f97d622bf (diff)
Set keybindings for w and q
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index fd80703..8112f2b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -133,8 +133,8 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_l, setmfact, {.f = +0.05f} },
{ MODKEY, XKB_KEY_Return, zoom, {0} },
{ MODKEY, XKB_KEY_Tab, view, {0} },
- { MODKEY, XKB_KEY_a, shiftview, { .i = -1 } },
- { MODKEY, XKB_KEY_semicolon, shiftview, { .i = 1 } },
+ { MODKEY, XKB_KEY_q, shiftview, { .i = -1 } },
+ { MODKEY, XKB_KEY_w, shiftview, { .i = 1 } },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_c, killclient, {0} },
{ MODKEY, XKB_KEY_t, setlayout, {.v = &layouts[0]} },
{ MODKEY, XKB_KEY_f, setlayout, {.v = &layouts[1]} },