mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
If I understand the codebase correctly, this will do exactly as the title states, if not, please educate me :). Also is there a way to turn of idle checking when it is also turned of in the settings?
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
export const CONFIG = {
|
|
D_BUS_ID: 'com.super.productivity.service',
|
|
IDLE_PING_INTERVAL: 30000,
|
|
MIN_IDLE_TIME: 60000,
|
|
};
|