Use the helpers where applicable
This commit is contained in:
@@ -6,8 +6,8 @@ o.window(".*", { suppress_event = "maximize" })
|
||||
o.window(".*", { tag = "+default-opacity" })
|
||||
|
||||
-- Fix some dragging issues with XWayland.
|
||||
hl.window_rule({
|
||||
match = {
|
||||
o.window(
|
||||
{
|
||||
class = "^$",
|
||||
title = "^$",
|
||||
xwayland = true,
|
||||
@@ -15,8 +15,8 @@ hl.window_rule({
|
||||
fullscreen = false,
|
||||
pin = false,
|
||||
},
|
||||
no_focus = true,
|
||||
})
|
||||
{ no_focus = true }
|
||||
)
|
||||
|
||||
-- App-specific tweaks (may remove default-opacity tag).
|
||||
require("default.hypr.apps")
|
||||
|
||||
Reference in New Issue
Block a user