mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-17 05:34:11 -04:00
feat: support keyboard shortcut inhibitor
This commit is contained in:
parent
ecab47fe92
commit
9d6436cf42
3 changed files with 97 additions and 1 deletions
|
|
@ -105,6 +105,7 @@ int syncobj_enable = 0;
|
|||
int adaptive_sync = 0;
|
||||
double drag_refresh_interval = 30.0;
|
||||
int allow_tearing = TEARING_DISABLED;
|
||||
int allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;
|
||||
|
||||
/* keyboard */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue