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
hl.window_rule({
match = { tag = "game" },
workspace = 1,
match = { tag = "game" },
workspace = 1,
})
hl.window_rule({
match = { title = "ALVR.*|^hidden-terminator$" },
workspace = 1,
match = { title = "ALVR.*|^hidden-terminator$" },
workspace = 1,
})
-- Workspace 2
hl.window_rule({
match = { class = "evince|okular|org\\.pwmt\\.zathura" },
workspace = 2,
match = { class = "evince|okular|org\\.pwmt\\.zathura" },
workspace = 2,
})
hl.window_rule({
match = { title = ".*BSManager.*" },
workspace = 2,
match = { title = ".*BSManager.*" },
workspace = 2,
})
-- Workspace 3
hl.window_rule({
match = { tag = "launchers" },
workspace = 3,
match = { tag = "launchers" },
workspace = 3,
})
-- Special
hl.window_rule({
match = { title = "Qalculate.*|AG Controller" },
workspace = "special",
match = { title = "Qalculate.*|AG Controller" },
workspace = "special",
})
-- Workspace 4
hl.window_rule({
match = { class = "brave-browser" },
workspace = 2,
match = { class = "brave-browser" },
workspace = 4,
})
hl.window_rule({
match = { title = ".*-summary.pdf|.*cheatsheet.pdf|.*cheat-sheet.pdf" },
workspace = 4,
})
-- Workspace 11
hl.window_rule({
match = { class = "librewolf" },
workspace = 11,
match = { class = "librewolf" },
workspace = 11,
})
-- Workspace 10
hl.window_rule({
match = { class = "vesktop" },
match = { class = "vesktop" },
workspace = 10,
})
+4
View File
@@ -60,6 +60,7 @@
"blurEnabled": false,
"blurForegroundLayers": true,
"blurLayerOutlineOpacity": 0.12,
"blurBorderEnabled": true,
"blurBorderColor": "outline",
"blurBorderCustomColor": "#ffffff",
"blurBorderOpacity": 0.35,
@@ -478,6 +479,7 @@
"notificationOverlayEnabled": false,
"notificationPopupShadowEnabled": true,
"notificationPopupPrivacyMode": false,
"notificationForegroundLayers": true,
"modalDarkenBackground": true,
"lockScreenShowPowerActions": true,
"lockScreenShowSystemIcons": true,
@@ -495,6 +497,8 @@
"lockPamPath": "",
"lockPamInlineFprint": false,
"lockPamInlineU2f": false,
"lockPamExternallyManaged": false,
"lockU2fPamPath": "",
"lockScreenInactiveColor": "#000000",
"lockScreenNotificationMode": 0,
"lockScreenVideoEnabled": false,