sxmo: default SXMO_DISABLE_CONFIGVERSION_CHECK to on

This commit is contained in:
Colin 2023-08-28 21:53:43 +00:00
parent 53aee9e651
commit fa98ba86bc

View File

@ -136,6 +136,7 @@ in
};
in {
SXMO_BAR_SHOW_BAT_PER = mkSettingsOpt "1" "show battery percentage in statusbar";
SXMO_DISABLE_CONFIGVERSION_CHECK = mkSettingsOpt "1" "allow omitting the configversion line from user-provided sxmo dotfiles";
SXMO_UNLOCK_IDLE_TIME = mkSettingsOpt "300" "how many seconds of inactivity before locking the screen"; # lock -> screenoff happens 8s later, not configurable
};
};