clean home manager
This commit is contained in:
parent
db38c76bb0
commit
481556c7ac
19 changed files with 155 additions and 67 deletions
|
|
@ -1,8 +1,7 @@
|
|||
-- shutdown hyprland and lock
|
||||
hl.bind(
|
||||
"CTRL + ALT + M",
|
||||
hl.dsp.exec_cmd("command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit"),
|
||||
{ description = "hyprland shutdown" }
|
||||
hl.dsp.exec_cmd("command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch 'hl.dsp.exit()'")
|
||||
)
|
||||
hl.bind("CTRL + ALT + L", hl.dsp.exec_cmd(lockscreen))
|
||||
-- launchers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue