feat: windowrules for summaries pdfs

This commit is contained in:
2026-07-22 10:25:33 +02:00
parent c404e5107e
commit dc2ed58d20
2 changed files with 25 additions and 17 deletions
+21 -17
View File
@@ -3,50 +3,54 @@
-- └ ┘ -- └ ┘
-- Workspace 1 -- Workspace 1
hl.window_rule({ hl.window_rule({
match = { tag = "game" }, match = { tag = "game" },
workspace = 1, workspace = 1,
}) })
hl.window_rule({ hl.window_rule({
match = { title = "ALVR.*|^hidden-terminator$" }, match = { title = "ALVR.*|^hidden-terminator$" },
workspace = 1, workspace = 1,
}) })
-- Workspace 2 -- Workspace 2
hl.window_rule({ hl.window_rule({
match = { class = "evince|okular|org\\.pwmt\\.zathura" }, match = { class = "evince|okular|org\\.pwmt\\.zathura" },
workspace = 2, workspace = 2,
}) })
hl.window_rule({ hl.window_rule({
match = { title = ".*BSManager.*" }, match = { title = ".*BSManager.*" },
workspace = 2, workspace = 2,
}) })
-- Workspace 3 -- Workspace 3
hl.window_rule({ hl.window_rule({
match = { tag = "launchers" }, match = { tag = "launchers" },
workspace = 3, workspace = 3,
}) })
-- Special -- Special
hl.window_rule({ hl.window_rule({
match = { title = "Qalculate.*|AG Controller" }, match = { title = "Qalculate.*|AG Controller" },
workspace = "special", workspace = "special",
}) })
-- Workspace 4 -- Workspace 4
hl.window_rule({ hl.window_rule({
match = { class = "brave-browser" }, match = { class = "brave-browser" },
workspace = 2, workspace = 4,
})
hl.window_rule({
match = { title = ".*-summary.pdf|.*cheatsheet.pdf|.*cheat-sheet.pdf" },
workspace = 4,
}) })
-- Workspace 11 -- Workspace 11
hl.window_rule({ hl.window_rule({
match = { class = "librewolf" }, match = { class = "librewolf" },
workspace = 11, workspace = 11,
}) })
-- Workspace 10 -- Workspace 10
hl.window_rule({ hl.window_rule({
match = { class = "vesktop" }, match = { class = "vesktop" },
workspace = 10, workspace = 10,
}) })
+4
View File
@@ -60,6 +60,7 @@
"blurEnabled": false, "blurEnabled": false,
"blurForegroundLayers": true, "blurForegroundLayers": true,
"blurLayerOutlineOpacity": 0.12, "blurLayerOutlineOpacity": 0.12,
"blurBorderEnabled": true,
"blurBorderColor": "outline", "blurBorderColor": "outline",
"blurBorderCustomColor": "#ffffff", "blurBorderCustomColor": "#ffffff",
"blurBorderOpacity": 0.35, "blurBorderOpacity": 0.35,
@@ -478,6 +479,7 @@
"notificationOverlayEnabled": false, "notificationOverlayEnabled": false,
"notificationPopupShadowEnabled": true, "notificationPopupShadowEnabled": true,
"notificationPopupPrivacyMode": false, "notificationPopupPrivacyMode": false,
"notificationForegroundLayers": true,
"modalDarkenBackground": true, "modalDarkenBackground": true,
"lockScreenShowPowerActions": true, "lockScreenShowPowerActions": true,
"lockScreenShowSystemIcons": true, "lockScreenShowSystemIcons": true,
@@ -495,6 +497,8 @@
"lockPamPath": "", "lockPamPath": "",
"lockPamInlineFprint": false, "lockPamInlineFprint": false,
"lockPamInlineU2f": false, "lockPamInlineU2f": false,
"lockPamExternallyManaged": false,
"lockU2fPamPath": "",
"lockScreenInactiveColor": "#000000", "lockScreenInactiveColor": "#000000",
"lockScreenNotificationMode": 0, "lockScreenNotificationMode": 0,
"lockScreenVideoEnabled": false, "lockScreenVideoEnabled": false,