universeair: Fix shortcuts, add zoom

This commit is contained in:
universelaptop
2024-02-04 13:58:57 -05:00
parent 06b11be630
commit 5aa9d049c5
2 changed files with 9 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
services.skhd = {
enable = true;
skhdConfig = ''
cmd + shift - e : open ${pkgs.mac-emacs}/Applications/Emacs.app
cmd + shift + ctrl - e : open ${pkgs.kitty}/Applications/Kitty.app
cmd + shift - e : emacsclient --create-frame --alternate-editor=""
cmd + shift + ctrl - e : kitty -d ~ -1
'';
};
}