From 7071cc952165adde810d1ff71fe50c9a04333520 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 10 Aug 2023 12:11:01 +0200 Subject: Custom settings for gnome --- .config/dconf-custom/settings.dconf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/dconf-custom/settings.dconf diff --git a/.config/dconf-custom/settings.dconf b/.config/dconf-custom/settings.dconf new file mode 100644 index 0000000..b9e7718 --- /dev/null +++ b/.config/dconf-custom/settings.dconf @@ -0,0 +1,10 @@ +[org/gnome/desktop/screensaver] +lock-enabled=false + +[org/gnome/settings-daemon/plugins/media-keys] +custom-keybinding-names=['custom-keybinding'] + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom-keybinding] +name='scratchpad' +command='scratchpad' +binding='T' -- cgit v1.2.3