diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/extras/taskbar.jsonc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/extras/taskbar.jsonc b/modules/extras/taskbar.jsonc index 8c9afde..c7f88ea 100644 --- a/modules/extras/taskbar.jsonc +++ b/modules/extras/taskbar.jsonc @@ -2,9 +2,14 @@ // // icon-theme used to name Papirus, which is not installed on this machine, so // GTK fell back silently. It now names the theme the rest of the desktop uses. +// +// all-outputs makes this a global window switcher rather than a list of what +// is on this screen: with it false, the DP-3 bar showed only the two windows +// on DP-3 and none of the ones on DP-1, which read as windows going missing. +// Clicking a window on the other monitor activates it there. { "wlr/taskbar": { - "all-outputs": false, + "all-outputs": true, "format": "{icon}", "icon-theme": "Material-Black-Plum-Suru", "icon-size": 20, |
