wlogout with ctrl + alt + delete

This commit is contained in:
2026-07-07 01:23:03 -05:00
parent d9e8d23f7d
commit 0788960a9d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ hl.bind(
mainMod .. " + SHIFT + Escape",
hl.dsp.exec_cmd("command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch 'hl.dsp.exit()'")
)
hl.bind("CTRL + ALT + DELETE", hl.dsp.exec_cmd("wlogout"))
hl.bind(mainMod .. " + V", hl.dsp.window.float({ action = "toggle" }))
hl.bind(mainMod .. " + J", hl.dsp.layout("togglesplit"))
hl.bind(mainMod .. " + F", hl.dsp.window.fullscreen({ mode = "fullscreen", action = "toggle" }))