From 6c77a8693a0759d7e2f4dc42655149924e960b27 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 29 Jan 2024 22:45:36 +0100 Subject: [PATCH] add keyboard shortcut --- modules/gnome-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index 8da9e05..9945542 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -49,6 +49,11 @@ sleep-inactive-battery-type = "suspend"; }; + "org/gnome/settings-daemon/plugins/media-keys" = { + # Settings > Keyboard > Keyboard Shortcuts > Launchers > Home folder + home = ["e"]; + }; + "org/gnome/system/location" = { # Settings > Privacy > Location Services > Allow permitted apps to access location data enabled = true;