From 4214508e3fbc8df6fdf5beb4d27779ab7ab84c90 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 12 Feb 2024 02:24:56 +0100 Subject: add some shortcuts --- machines/work.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'machines/work.nix') diff --git a/machines/work.nix b/machines/work.nix index 67ce96b..79f6ac0 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -77,6 +77,11 @@ services.skhd = { enable = true; skhdConfig = '' + cmd - 1 : osascript -e 'tell application "kitty" to activate' + cmd - 2 : osascript -e 'tell application "Google Chrome" to activate' + cmd - 3 : osascript -e 'tell application "slack" to activate' + cmd - 4 : osascript -e 'tell application "Microsoft Teams (work or school)" to activate' + cmd - 5 : osascript -e 'tell application "calendar" to activate' cmd - return : ${pkgs.kitty}/bin/kitty --single-instance -d ~ cmd + shift - d : ${pkgs.writers.writeBash "passmenu" '' shopt -s nullglob globstar -- cgit v1.2.3