ctucx.git: nixfiles

ctucx' nixfiles

commit 0e428db031f4fb249d06527dd1aaf4638778d30f
parent 3e581b063177afc386b9afe8ba2b98b7358cba5e
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 22 Sep 2022 09:51:41 +0200

configurations/darwin/skhd: add new key-combos
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/configurations/darwin/skhd.nix b/configurations/darwin/skhd.nix
@@ -28,6 +28,11 @@ in {
       # spawn new terminal window
       lalt - return : ${newTerminal}
 
+      lalt - w : open 'itms-beta://testflight.apple.com/join/krUFQpyJ'
+
+      # lock screen
+      lalt - l : osascript -e 'tell app "System Events" to key code 12 using {control down, command down}'
+
       # sleep
       lalt - z : pmset sleepnow
       lalt - s : pmset displaysleepnow