diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-16 16:47:00 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-16 16:47:00 +0200 |
commit | 2b2a0abab9321a4a8ea18d4e7a5908c931454909 (patch) | |
tree | 1baaa9f3be1a49fa98f1fd0c2a9dba478e0f2ec1 /share | |
parent | 6cfec548a1b63d238407a94d78444970cef4ecba (diff) | |
download | itzks-systems-2b2a0abab9321a4a8ea18d4e7a5908c931454909.tar.gz itzks-systems-2b2a0abab9321a4a8ea18d4e7a5908c931454909.tar.bz2 itzks-systems-2b2a0abab9321a4a8ea18d4e7a5908c931454909.zip |
90_itzks+mate.gschema.override: Configure ALT+L as logout shortcut, reduce timeout from 60 (default) to 10 seconds.
Diffstat (limited to 'share')
-rw-r--r-- | share/glib-2.0/schemas/90_itzks+mate.gschema.override | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/glib-2.0/schemas/90_itzks+mate.gschema.override b/share/glib-2.0/schemas/90_itzks+mate.gschema.override index 6484819..0b1a2db 100644 --- a/share/glib-2.0/schemas/90_itzks+mate.gschema.override +++ b/share/glib-2.0/schemas/90_itzks+mate.gschema.override @@ -22,3 +22,9 @@ cursor-theme='menta' [org.mate.peripherals-touchpad] disable-while-typing=false + +[org.mate.SettingsDaemon.plugins.media-keys] +logout='<Alt>l' + +[org.mate.session] +logout-timeout=10 |