fix(hypr): use native Lua dispatchers for exit, fullscreen, cycle, resize, and setprop
This commit is contained in:
@@ -23,7 +23,7 @@ hl.bind("SUPER + S", hl.dsp.exec_cmd(terminal .. " wiremix --tab configuration")
|
||||
|
||||
hl.bind("SUPER + return", hl.dsp.exec_cmd(terminal))
|
||||
hl.bind("SUPER + Q", hl.dsp.window.close())
|
||||
hl.bind("SUPER + SHIFT + ALT + Q", hl.dsp.exec_cmd("hyprctl dispatch exit"))
|
||||
hl.bind("SUPER + SHIFT + ALT + Q", hl.dsp.exit(), { description = "Exit Hyprland" })
|
||||
hl.bind("SUPER + E", hl.dsp.exec_cmd(fileManager))
|
||||
hl.bind("SUPER + R", hl.dsp.exec_cmd(menu))
|
||||
hl.bind("SUPER + P", hl.dsp.window.pseudo())
|
||||
|
||||
Reference in New Issue
Block a user