From d447b87ac1bc3b1bf68eaaf03275307ffb532875 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 22 Feb 2025 06:40:03 +0100 Subject: [PATCH] sxhkd: added hibernation hotkey --- .config/sxhkd/sxhkdrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 0f8322f..0e64a14 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -64,6 +64,8 @@ super + F9 sudo -A systemctl restart NetworkManager ; notify-send -u low 'Network' 'Restartet NM' super + F10 prompt "Lock computer?" "slock" +super + shift + F10 + prompt "Hibernate computer?" "systemctl hibernate" super + F11 prompt "Shutdown computer?" "sudo -A shutdown -h now" super + F12