Use the helpers where applicable

This commit is contained in:
David Heinemeier Hansson
2026-05-19 22:18:13 +02:00
parent 42f03655df
commit 97d4e908af
7 changed files with 89 additions and 100 deletions
+4 -4
View File
@@ -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")