mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-07 21:58:24 +02:00
stylua and super + s now floats window
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ hl.monitor({
|
|||||||
output = "",
|
output = "",
|
||||||
mode = "highres@highrr",
|
mode = "highres@highrr",
|
||||||
position = "auto",
|
position = "auto",
|
||||||
scale = 2,
|
scale = 1,
|
||||||
bitdepth = 10,
|
bitdepth = 10,
|
||||||
cm = "srgb",
|
cm = "srgb",
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -27,8 +27,7 @@ hl.config({
|
|||||||
scroll_factor = 0.4,
|
scroll_factor = 0.4,
|
||||||
middle_button_emulation = true,
|
middle_button_emulation = true,
|
||||||
},
|
},
|
||||||
gestures = {
|
gestures = {},
|
||||||
},
|
|
||||||
},
|
},
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 2,
|
gaps_in = 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user