Compare commits

...

2 Commits

Author SHA1 Message Date
AramJonghu b55ca1a236 float on super + s again 2026-05-23 23:30:41 +02:00
AramJonghu e37c8498c9 disbled logs 2026-05-15 22:35:40 +02:00
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
hl.bind("SUPER + mouse:272", hl.dsp.window.drag(), { mouse = true }) 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 + 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 + Q", hl.dsp.window.close())
hl.bind("SUPER + M", hl.dsp.exit()) hl.bind("SUPER + M", hl.dsp.exit())
hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("ghostty")) hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("ghostty"))
-1
View File
@@ -71,7 +71,6 @@ hl.config({
disable_hyprland_logo = true, disable_hyprland_logo = true,
}, },
debug = { debug = {
disable_logs = false,
full_cm_proto = true, full_cm_proto = true,
}, },
dwindle = { dwindle = {