feat: windowrules for summaries pdfs
This commit is contained in:
@@ -36,7 +36,11 @@ hl.window_rule({
|
||||
-- Workspace 4
|
||||
hl.window_rule({
|
||||
match = { class = "brave-browser" },
|
||||
workspace = 2,
|
||||
workspace = 4,
|
||||
})
|
||||
hl.window_rule({
|
||||
match = { title = ".*-summary.pdf|.*cheatsheet.pdf|.*cheat-sheet.pdf" },
|
||||
workspace = 4,
|
||||
})
|
||||
|
||||
-- Workspace 11
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user