From efe761453956af1b6f799231163cfb7e599b47af Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 29 Feb 2024 19:48:45 +0100 Subject: [PATCH] mprocs kb shortcuts --- modules/mprocs.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/mprocs.nix b/modules/mprocs.nix index cbf7153..7d6b96b 100644 --- a/modules/mprocs.nix +++ b/modules/mprocs.nix @@ -10,6 +10,14 @@ xdg.configFile."mprocs/mprocs.yaml" = { text = builtins.toJSON { proc_list_width = 15; + keymap_procs = { + "" = {c = "toggle-focus";}; + }; + keymap_term = { + "" = null; + # Ctrl-m so it doesnt overlap with zellij or helix + "" = {c = "toggle-focus";}; + }; }; }; };