wlogout with ctrl + alt + delete
This commit is contained in:
@@ -24,5 +24,6 @@
|
||||
waybar
|
||||
quickshell
|
||||
qt6.qtdeclarative
|
||||
wlogout
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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" }))
|
||||
|
||||
Reference in New Issue
Block a user