diff options
| -rw-r--r-- | home/ebisu/fortune/desktop/wlogout.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/fortune/desktop/wlogout.nix b/home/ebisu/fortune/desktop/wlogout.nix index 5e20380..4bcdb31 100644 --- a/home/ebisu/fortune/desktop/wlogout.nix +++ b/home/ebisu/fortune/desktop/wlogout.nix @@ -12,7 +12,7 @@ } { "label" : "hibernate", - "action" : "hyprctl dispatch dpms off", + "action" : "hyprctl dispatch dpms off && hyprlock", "text" : "ハイブネート", "keybind" : "h" } |