You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: man/waybar-sway-window.5.scd
+25-2
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,25 @@ Addressed by *sway/window*
66
66
default: true ++
67
67
Option to disable tooltip on hover.
68
68
69
+
*all-outputs*: ++
70
+
typeof: bool ++
71
+
default: false ++
72
+
Option to show the focused window along with its workspace styles on all outputs.
73
+
74
+
*offscreen-css*: ++
75
+
typeof: bool ++
76
+
default: false ++
77
+
Only effective when all-outputs is true. Adds style according to present windows on unfocused outputs instead of showing the focused window and style.
78
+
79
+
*offscreen-css-text*: ++
80
+
typeof: string ++
81
+
Only effective when both all-outputs and offscreen-style are true. On screens currently not focused, show the given text along with that workspaces styles.
82
+
83
+
*show-focused-workspace-name*: ++
84
+
typeof: bool ++
85
+
default: false ++
86
+
If the workspace itself is focused and the workspace contains nodes or floating_nodes, show the workspace name. If not set, text remains empty but styles according to nodes in the workspace are still applied.
87
+
69
88
*rewrite*: ++
70
89
typeof: object ++
71
90
Rules to rewrite window title. See *rewrite rules*.
0 commit comments