added some keybinds and custom funcitions for managing the oddesy monitor
This commit is contained in:
@@ -29,6 +29,17 @@ hl.window_rule({
|
||||
},
|
||||
workspace = "special:gaming"
|
||||
})
|
||||
-- Catch any window launched with the initial class 'browser-popup' and tag it
|
||||
hl.window_rule({
|
||||
match = { initial_class = "^browser-popup$" },
|
||||
tag = "popup"
|
||||
})
|
||||
hl.window_rule({
|
||||
match = { tag = "popup" },
|
||||
float = true,
|
||||
border_size = 2,
|
||||
size = {"(monitor_w * 0.5)", "(monitor_h * 0.7)"},
|
||||
})
|
||||
|
||||
|
||||
hl.window_rule( {
|
||||
|
||||
Reference in New Issue
Block a user