mprocs kb shortcuts

This commit is contained in:
Schrottkatze 2024-02-29 19:48:45 +01:00
parent 03abcccb51
commit efe7614539
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -10,6 +10,14 @@
xdg.configFile."mprocs/mprocs.yaml" = { xdg.configFile."mprocs/mprocs.yaml" = {
text = builtins.toJSON { text = builtins.toJSON {
proc_list_width = 15; proc_list_width = 15;
keymap_procs = {
"<l>" = {c = "toggle-focus";};
};
keymap_term = {
"<C-a>" = null;
# Ctrl-m so it doesnt overlap with zellij or helix
"<C-M>" = {c = "toggle-focus";};
};
}; };
}; };
}; };