mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #386 from luleyleo/filtered-taskbar
Taskbar: Filter by screen and workspace
This commit is contained in:
@@ -1017,6 +1017,16 @@
|
||||
"description": "Verwenden Sie ein Leerzeichen, um jeden Teil in eine neue Zeile zu trennen."
|
||||
},
|
||||
"preview": "Vorschau"
|
||||
},
|
||||
"taskbar": {
|
||||
"only-active-workspaces": {
|
||||
"label": "Nur von aktiven Arbeitsbereichen",
|
||||
"description": "Zeige nur Apps von aktiven Arbeitsbereichen an."
|
||||
},
|
||||
"only-same-output": {
|
||||
"label": "Nur vom gleichen Bildschirm",
|
||||
"description": "Zeige nur Apps vom dem Bildschirm an, wo sich die Taskbar befindet."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1000,6 +1000,16 @@
|
||||
"description": "Use a space to separate each part onto a new line."
|
||||
},
|
||||
"preview": "Preview"
|
||||
},
|
||||
"taskbar": {
|
||||
"only-active-workspaces": {
|
||||
"label": "Only from active workspaces",
|
||||
"description": "Show only apps from active workspaces."
|
||||
},
|
||||
"only-same-output": {
|
||||
"label": "Only from same output",
|
||||
"description": "Show only apps from the output where the bar is located."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user