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)",
},
},
+2 -2
View File
@@ -14,8 +14,8 @@ hl.config({
},
group = {
col = {
active_border = "rgba({{colors.outline_variant.default.hex_stripped}}77)",
inactive_border = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
border_active = "rgba({{colors.outline_variant.default.hex_stripped}}77)",
border_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
},
},
decoration = {