From d52af230e2f99cfc6e122a3f5530ec9f9f155ae5 Mon Sep 17 00:00:00 2001 From: Antoine Martin <antoine@alarsyo.net> Date: Sun, 16 Feb 2025 18:05:57 +0100 Subject: [PATCH] talos: home: set hyprlock shortcut --- hosts/talos/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix index e23c301..06a0ed9 100644 --- a/hosts/talos/home.nix +++ b/hosts/talos/home.nix @@ -31,6 +31,7 @@ in { (pkgs) ansel chromium # some websites only work there :( + hyprlock shikane # output autoconfig zotero ; @@ -75,6 +76,7 @@ in { keybindings = mkOptionDefault { "Mod4+Shift+e" = ''mode "${logoutMode}"''; "Mod4+i" = "exec emacsclient --create-frame"; + "Mod4+Control+l" = "exec hyprlock"; }; modes = mkOptionDefault {