forked from Shinonome/dots-hyprland
feat: add option to ignore certain apps in dock (#1681)
* feat: add option to ignore certain apps in dock Co-authored-by: end-4 <97237370+end-4@users.noreply.github.com>
This commit is contained in:
@@ -160,6 +160,7 @@ Singleton {
|
||||
property bool hoverToReveal: true // When false, only reveals on empty workspace
|
||||
property list<string> pinnedApps: [ // IDs of pinned entries
|
||||
"org.kde.dolphin", "kitty",]
|
||||
property list<string> ignoredAppRegexes: []
|
||||
}
|
||||
|
||||
property JsonObject language: JsonObject {
|
||||
|
||||
Reference in New Issue
Block a user