From 06260a4f556cbeebba43dc191b6d3283accb13ee Mon Sep 17 00:00:00 2001 From: Steph Date: Wed, 19 Oct 2022 15:58:46 +0200 Subject: [PATCH] console --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index 445089c..90640ff 100644 --- a/configuration.nix +++ b/configuration.nix @@ -295,6 +295,14 @@ $NEW_PROMPT_COMMAND" switch-windows = ["Tab"]; switch-windows-backward = ["Tab"]; }; + "org/gnome/settings-daemon/plugins/media-keys" = { + custom-keybindings = ["/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"]; + }; + "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { + binding = "t"; + command = "kgx"; + name = "gnome-console"; + }; "org/gnome/desktop/interface" = { clock-show-weekday = true; };