mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 01:58:51 +02:00
feat(config): add matchers for removing titlebars
This commit adds a new field to the static config file, "remove_titlebar_applications", which allows users to now use the full range of matching strategies to identify applications for which titlebars should be removed. This is heavily discouraged for a number of reasons, and is unlikely to work with a wide range of applications which now draw their own titlebar regions. The previous advice to use in-application configuration settings to hide title bars if they exist is still valid. resolve #805
This commit is contained in:
@@ -1122,6 +1122,11 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon_scale": {
|
||||
"description": "Scale of the icons relative to the font_size [[1.0-2.0]]. (default: 1.4)",
|
||||
"type": "number",
|
||||
"format": "float"
|
||||
},
|
||||
"left_widgets": {
|
||||
"description": "Left side widgets (ordered left-to-right)",
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user