ctucx.git: nixfiles

ctucx' nixfiles

commit e7f0fcec1d172d250fb0c2e50d4aaff32da8d855
parent 1a46574de59cf056a81006e585c7409d3b01782b
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 4 Sep 2022 20:23:40 +0200

configuration/darwin/skhd: add key-combo to sleep only the display
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configurations/darwin/skhd.nix b/configurations/darwin/skhd.nix
@@ -30,6 +30,7 @@ in {
 
       # sleep
       lalt - z : pmset sleepnow
+      lalt - s : pmset displaysleepnow
 
       # switch between workspaces
       lalt - 1 : ${pkgs.skhd}/bin/skhd -k "ctrl - 1"