home: i3: shortcut to launch emacs

This commit is contained in:
Antoine Martin 2021-04-19 14:36:52 +02:00
parent 73e1ff6c0f
commit e00685bdb5

View file

@ -44,6 +44,7 @@ in
keybindings = lib.mkOptionDefault {
"${modifier}+Shift+e" = ''mode "${logoutMode}"'';
"${modifier}+i" = "exec ${pkgs.emacsPgtkGcc}/bin/emacsclient -c";
};
modes =