Search notes:

Shell command: gsettings

Configuration tool for GSettings.
GSettings is a frontend to backends such as dconf or configuration files. Apparently, GSettings is also capable of modifying the Windows registry.
GSettings is a GLib implementation of DConf.

Usage and commands

Usage:
gsettings --version
gsettings [--schemadir SCHEMADIR] COMMAND [ARGS…]

Commands

help Show this information
list-schemas List installed schemas
list-relocatable-schemas List relocatable schemas
list-keys List keys in a schema
list-children List children of a schema
list-recursively List keys and values, recursively
range Queries the range of a key
describe Queries the description of a key
get Get the value of a key
set Set the value of a key
reset Reset the value of a key
reset-recursively Reset all values in a given schema
writable Check if a key is writable
monitor Watch for changes
gsetting help COMMAND gets detailed help on a particular command.

Misc commands

$ gsettings list-schemas | grep -i debug
org.gtk.Settings.Debug

$ gsettings list-keys org.gtk.Settings.Debug
enable-inspector-keybinding
inspector-warning

$ gsettings get org.gtk.Settings.Debug enable-inspector-keybinding
false

Turn off screen locking

gsettings set org.gnome.desktop.session idle-delay 0
Alternatively, turn off screen saver:
gsettings set org.gnome.desktop.screensaver lock-enabled false

Is there a shortcut to open the terminal?

gsettings list-recursively org.gnome.settings-daemon.plugins.media-keys | grep -i terminal

See also

dconf-editor
xfconf-query
Shell commands

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1746156160, '3.147.72.3', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/commands/gsettings(103): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78