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
@@ -36,7 +36,11 @@ hl.window_rule({
-- 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
+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,