✨ (nix/home-manager) Add kgx (Gnome Console) keybinding
This commit is contained in:
parent
09f0798068
commit
cee6e6cb2d
1 changed files with 6 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
"custom-keybindings" = [
|
"custom-keybindings" = [
|
||||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
|
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
|
||||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/"
|
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/"
|
||||||
|
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
||||||
|
@ -78,6 +79,11 @@
|
||||||
"command" = "emacsclient -c -e '(progn (set-frame-size nil 80 24) (vterm t))'";
|
"command" = "emacsclient -c -e '(progn (set-frame-size nil 80 24) (vterm t))'";
|
||||||
"name" = "Terminal (Emacs Vterm)";
|
"name" = "Terminal (Emacs Vterm)";
|
||||||
};
|
};
|
||||||
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2" = {
|
||||||
|
"binding" = "<Shift><Super>t";
|
||||||
|
"command" = "kgx";
|
||||||
|
"name" = "Terminal (Console)";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
############
|
############
|
||||||
|
|
Loading…
Reference in a new issue