patched some window rules

Debugged some keubinds and working on native lua updates
This commit is contained in:
venus
2026-05-31 17:15:40 -05:00
parent a16ae88cdc
commit 2250446148
4 changed files with 13 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ hl.window_rule({
hl.window_rule({
name = "compiler-window",
match = { tag = "compiler"},
["col.active_border"] = "0xccaaffee",
border_color = "0xccaaffee",
border_size = 2,
float = false,
})
@@ -25,7 +25,7 @@ hl.window_rule({
name = "gaming",
match = {
class = "steam",
initialClass = "steam"
initial_class = "steam"
},
workspace = "special:gaming"
})
@@ -52,15 +52,12 @@ hl.window_rule( {
no_focus = true,
})
-- xwayland {
-- force_zero_scaling = true
-- })
-- Hyprland-run hl.window_rule(
hl.window_rule( {
name = "move-hyprland-run",
match = {class = "hyprland-run"},
move = {20, "(monitor_h-120)"},
move = {20,"monitor_h-120"},
float = true
})
@@ -71,23 +68,8 @@ hl.window_rule( {
float = true,
center = true,
opacity = 1,
-- move = cursor_x-10 cursor_y-10
size ={"(monitor_w*.4)", "(monitor_h*.4)"}
-- move = {"cursor_x-10", "cursor_y-10"},
size = {"monitor_w*.4", "monitor_h*.4"},
})
hl.window_rule({
name = "btop",
match = {class = "btop"},
float = true,
dim_around = true,
size = {"(monitor_w*.9)" ,"(monitor_h*.8)"},
})
hl.window_rule({
name = "popup-term",
match = {class = "popup-term"},
float = true
size = {"(monitor_w*.9)" ,"(monitor_h*.8)"},
dim_around = true
})