stylua and super + s now floats window

This commit is contained in:
2026-07-07 21:28:46 +02:00
parent 7f2285f130
commit 45deaad2fe
5 changed files with 34 additions and 34 deletions
+1
View File
@@ -1,6 +1,7 @@
hl.bind("SUPER + mouse:272", hl.dsp.window.drag(), { mouse = true })
hl.bind("SUPER + mouse:273", hl.dsp.window.resize(), { mouse = true })
hl.bind("SUPER + S", hl.dsp.window.float())
hl.bind("SUPER + Q", hl.dsp.window.close())
hl.bind("SUPER + M", hl.dsp.exit())
hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("ghostty"))