From 27227d2610db7d70e994de8b70a1d319e3e7aec2 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 12 Sep 2020 19:14:46 +0200 Subject: [PATCH] feat: add suspend keybinding to sxhkd --- .config/sxhkd/sxhkdrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 30afa5b..0221087 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -14,6 +14,9 @@ super + u super + shift + u dmenuumount +super + s + dmenuprompt "suspend?" "systemctl suspend" + super + shift + s dmenuprompt "shutdown?" "shutdown -h now"