fix: hyprland fixes

This commit is contained in:
2026-06-15 09:44:31 +02:00
parent 9da8cf8fcf
commit a895222cde
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ local function exit_submap()
hl.dispatch(hl.dsp.submap("reset"))
end
hl.bind("SUPER + mouse:272", hl.dsp.window.move())
hl.bind("SUPER + mouse:272", hl.dsp.window.drag())
hl.bind("SUPER + mouse:273", hl.dsp.window.resize())
hl.define_submap("window", function()
+1 -1
View File
@@ -1,7 +1,7 @@
hl.config({
general = {
col = {
active_border = { colors = { "rgba(ffaabbcc)", "rgba(ffaabbcc)", "rgba(ffaabbcc)" }, angle = "45deg" },
active_border = { colors = { "rgba(ffaabbcc)", "rgba(ffaabbcc)", "rgba(ffaabbcc)" }, angle = 45 },
inactive_border = "rgba(ffaabb33)",
},
},