config, input: allow configuring select-override modifiers

This commit is contained in:
feeptr@codeberg.org 2021-09-27 19:09:07 +00:00
parent 281127cae1
commit a4d53bdf88
6 changed files with 100 additions and 19 deletions

View file

@ -201,6 +201,8 @@ struct seat {
xkb_mod_mask_t bind_significant;
xkb_mod_mask_t kitty_significant;
xkb_mod_mask_t selection_override_modmask;
xkb_keycode_t key_arrow_up;
xkb_keycode_t key_arrow_down;