fix: hyprland fixes
This commit is contained in:
@@ -2,7 +2,7 @@ local function exit_submap()
|
|||||||
hl.dispatch(hl.dsp.submap("reset"))
|
hl.dispatch(hl.dsp.submap("reset"))
|
||||||
end
|
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.bind("SUPER + mouse:273", hl.dsp.window.resize())
|
||||||
|
|
||||||
hl.define_submap("window", function()
|
hl.define_submap("window", function()
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
hl.config({
|
hl.config({
|
||||||
general = {
|
general = {
|
||||||
col = {
|
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)",
|
inactive_border = "rgba(ffaabb33)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ hl.config({
|
|||||||
},
|
},
|
||||||
group = {
|
group = {
|
||||||
col = {
|
col = {
|
||||||
active_border = "rgba({{colors.outline_variant.default.hex_stripped}}77)",
|
border_active = "rgba({{colors.outline_variant.default.hex_stripped}}77)",
|
||||||
inactive_border = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
|
border_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
decoration = {
|
decoration = {
|
||||||
|
|||||||
Reference in New Issue
Block a user