From d15920c908da430ccfb576a4e42f14c14c366d0d Mon Sep 17 00:00:00 2001 From: satr14 Date: Wed, 8 Apr 2026 20:16:41 +0700 Subject: [PATCH] screen hide lock --- modules/home/rice/keybinds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/rice/keybinds.nix b/modules/home/rice/keybinds.nix index 4fdf413..ad2cfc5 100644 --- a/modules/home/rice/keybinds.nix +++ b/modules/home/rice/keybinds.nix @@ -126,6 +126,7 @@ "SUPER, F, togglefloating," "SUPER, G, layoutmsg, togglesplit" "SUPER, L, exec, loginctl lock-session" + "SUPER SHIFT, L, exec, hyprctl dispatch dpms off && loginctl lock-session && sleep 1 && hyprctl dispatch dpms on" "SUPER, down, togglespecialworkspace, hidden" "SUPER SHIFT, down, movetoworkspace, special:hidden"