From 723d398578a28f14d937e999ee6f83556e8abfb6 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 16 Mar 2024 17:52:20 +0100 Subject: [PATCH] added shutdown shortcut --- modules/system/niri/config.kdl | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/niri/config.kdl b/modules/system/niri/config.kdl index 0920eb2..01bc73c 100644 --- a/modules/system/niri/config.kdl +++ b/modules/system/niri/config.kdl @@ -137,4 +137,5 @@ binds { Mod+Shift+L { spawn "swaylock"; } Mod+Shift+Q { quit; } + Mod+Ctrl+Shift+Q { spawn "shutdow" "-h" "now"; } }