From 39bb54813a599b7463cce8b800a3336699a2b6f5 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 21 Apr 2024 14:11:17 +0200 Subject: [PATCH] Add poweroff and reboot keybinds --- modules/home/de/hyprland/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/de/hyprland/config.nix b/modules/home/de/hyprland/config.nix index 4772932..967d4e6 100644 --- a/modules/home/de/hyprland/config.nix +++ b/modules/home/de/hyprland/config.nix @@ -135,6 +135,8 @@ # Release + Locked brindrl = [ # Manage session + "$mod CONTROL, P, exec, poweroff" + "$mod CONTROL, R, exec, reboot" "$mod CONTROL, Q, exit," "$mod CONTROL, S, exec, systemctl suspend" "$mod CONTROL, L, exec, loginctl lock-session"