mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-31 13:05:52 +01:00
Make inotify optional
This time keeping the ability to fall back to the old polling method.
This commit is contained in:
committed by
Carlos R. Mafra
parent
118a93808a
commit
c7868fa405
@@ -347,6 +347,11 @@
|
||||
/* max width of window title in window list */
|
||||
#define MAX_WINDOWLIST_WIDTH 160
|
||||
|
||||
#ifndef HAVE_INOTIFY
|
||||
/* Check defaults database for changes every this many milliseconds */
|
||||
#define DEFAULTS_CHECK_INTERVAL 2000
|
||||
#endif
|
||||
|
||||
#define KEY_CONTROL_WINDOW_WEIGHT 1
|
||||
|
||||
/* if your keyboard don't have arrow keys */
|
||||
|
||||
Reference in New Issue
Block a user