diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:38:33 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:38:33 +0530 |
| commit | 305defb7b30cc363c9e9b9bb19b30803e412df73 (patch) | |
| tree | 284d51bbf9aa3c4fa7743351e4ef0e997a4dfd1a /config.def.h | |
| parent | d7850a5ff37ca70f4463e285ec8afe4e452d9ad1 (diff) | |
update modkey
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 8e5cac4..bee57c5 100644 --- a/config.def.h +++ b/config.def.h @@ -109,7 +109,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} }, \ |
