
settings
List of commands for settings:
-
settings:tldr:1abc8 settings: Get a value of a specific setting.$ settings get ${global} ${airplane_mode_on}try on your machineexplain this command
-
settings:tldr:47a15 settings: Set a specific value of a setting.$ settings put ${system} ${screen_brightness} ${42}try on your machineexplain this command
-
settings:tldr:dc2d2 settings: Display a list of settings in the `global` namespace.$ settings list ${global}try on your machineexplain this command
-
settings:tldr:f14bb settings: Delete a specific setting.$ settings delete ${secure} ${screensaver_enabled}try on your machineexplain this command