From 3e7db78a19e50c7d629c5d1bc677cc386f32d2e7 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 5 Oct 2022 18:49:51 -0600 Subject: cursor warp --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 569a7c8..38815b1 100644 --- a/config.h +++ b/config.h @@ -27,7 +27,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "!", "@", "#", "$", "%", "^", "&", "*" }; +static const char *tags[] = { "!", "@", "#", "$", "%" }; static const Rule rules[] = { /* xprop(1): @@ -59,6 +59,8 @@ static const Layout layouts[] = { }; /* key definitions */ +// Mod4Mask is super +// Mod1Mask is alt/meta #define MODKEY Mod4Mask #define TAGKEYS(KEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ -- cgit v1.2.3