diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 14:45:25 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 14:45:25 +0530 |
| commit | 6e3afe7741897c367e083d40d433572e985a0b89 (patch) | |
| tree | 7f2eb94fa78c1cb95269ebe2a5c582d31b276ddd /config.def.h | |
| parent | b764810979e5e781c873c5ca43400027c36c7ec8 (diff) | |
temp
Diffstat (limited to 'config.def.h')
| -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 0c9ac34..09ef110 100644 --- a/config.def.h +++ b/config.def.h @@ -102,7 +102,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_LOGO +#define MODKEY WLR_MODIFIER_ALT #define TAGKEYS(KEY,SKEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ |
