🔧Kernel Settings
How settings works.
The kernel is extensively configurable. It allows you to customize your kernel to fit your needs across all areas, ranging from general kernel settings to networking to screensavers. It's an exciting feature!
How it works?
The kernel configuration files are stored in the below software paths (Paths.AppDataPath under the KS.Files namespace):
Windows:
%localappdata%\KS\Linux:
~/.config/ks/
When the kernel starts up, different configuration files are read for different purposes. The below settings paths describe the purpose and the type of each.
Configuration:
KernelMainConfig.jsonDescription: Stores all the main kernel configuration
Type: JSON
Location:
Paths.ConfigurationPathunder theKS.Filesnamespace
Screensaver Configuration:
KernelSaverConfig.jsonDescription: Stores all the screensaver configuration
Type: JSON
Location:
Paths.SaverConfigurationPathunder theKS.Filesnamespace
Driver Configuration:
KernelDriverConfig.jsonDescription: Stores all the driver configuration
Type: JSON
Location:
Paths.DriverConfigurationPathunder theKS.Filesnamespace
Splash Configuration:
KernelSplashConfig.jsonDescription: Stores all the splash configuration
Type: JSON
Location:
Paths.SplashConfigurationPathunder theKS.Filesnamespace
Aliases:
Aliases.jsonDescription: Stores all the user-defined aliases
Type: JSON
Location:
Paths.AliasesPathunder theKS.Filesnamespace
Users:
Users.jsonDescription: Stores all the users
Type: JSON
Location:
Paths.UsersPathunder theKS.Filesnamespace
Speed Dial:
SpeedDial.jsonDescription: Stores all the saved connections
Type: JSON
Location:
Paths.SpeedDialPathunder theKS.Filesnamespace
Remote Debug Device Names:
DebugDevicesNames.jsonDescription: Stores all the remote debug device names
Type: JSON
Location:
Paths.DebugDevNamesPathunder theKS.Filesnamespace
MOTD:
MOTD.txtDescription: Stores the message of the day
Type: Text file
Location:
Paths.MOTDPathunder theKS.Filesnamespace
MAL:
MAL.txtDescription: Stores the message of the day after login
Type: Text file
Location:
Paths.MALPathunder theKS.Filesnamespace
User Groups:
UserGroups.jsonDescription: Stores the user groups
Type: JSON
Location:
Paths.UserGroupsPathunder theKS.Filesnamespace
Settings

The kernel provides an easy-to-use tool to seamlessly configure the kernel settings. It can be easily invoked using the settings command. Running this command alone provides you with the normal kernel settings. The two switches will change the mode:
-saver: Lets you configure the screensavers-splash: Lets you configure the splashes-addonsaver: Lets you configure the screensavers from the Extra Screensavers addon-driver: Lets you configure the kernel drivers-type=configType: Lets you configure a custom section of the kernel settings, including your mod-defined ones.
Selecting a section leads to the settings application listing all the available configuration options, which you can then set their individual options. It even allows you to save the settings if you like the current configuration, load the user settings, and find a settings entry for easier access.
System updates and information
From the main page, you can easily check for kernel updates and check the system information right from it.
Inner workings
You can find more information about the mechanics of the settings application by clicking on the below link.
⛏️Mechanics of Settings AppSettings on your Shell
Additionally, you can change the kernel settings and list them using the following available commands:
lsconfigs: This command allows you to list all configurations and their entries.lsconfigvalues: This command allows you to list all configuration keys and their valuesgetconfigvalue: This command allows you to get a config value by the variable namesetconfigvalue: This command allows you to set a config value by the variable name to the specified value
This feature is useful for your UESH scripts and for your quick shortcut to change your settings.
Settings format
The settings format is out of scope for this page, so click the below link to learn more.
🔩Settings FormatCustom settings
The custom settings and its relationship with your mods is out of scope for this page, so click the below link to learn more.
⚙️Custom SettingsLast updated