diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 22:15:37 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 22:15:37 +0530 |
| commit | 66cbbd6cb49cd2fdf2003c7e4216440b2341066e (patch) | |
| tree | 30c305df846e2273b6cc770dc2cb980e599e6d88 | |
| parent | 4fb4829051e66ace9ef023035bf5293a18742e57 (diff) | |
change modifier
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index e18a7ca..85dc3c1 100644 --- a/config.def.h +++ b/config.def.h @@ -112,7 +112,7 @@ LIBINPUT_CONFIG_TAP_MAP_LMR -- 1/2/3 finger tap maps to left/middle/right static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TAP_MAP_LRM; /* If you want to use the windows key for MODKEY, use WLR_MODIFIER_LOGO */ -#define MODKEY WLR_MODIFIER_ALT +#define MODKEY WLR_MODIFIER_LOGO #define TAGKEYS(KEY,SKEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ |
