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: roles/awesomewm/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,11 +311,14 @@ M.screen_layouts = {
311
311
["screen:2"] ="Fullscreen", -- Fallback if output names are unstable
312
312
primary="4K Workspace", -- Optional default for the primary screen
313
313
}
314
+
315
+
M.systray_screen="DP-1" -- Optional systray target; defaults to "primary"
314
316
```
315
317
316
318
Notes:
317
319
- Output-name keys are matched before `primary` and `screen:<index>`.
318
320
- If no explicit mapping matches, Awesome falls back to resolution-based selection.
321
+
- The systray target accepts the same output-name / `screen:<index>` style and falls back to the current primary screen if the configured target is unavailable.
319
322
-`Hyper + p` and `Hyper + ;` now operate on the focused monitor only.
320
323
-`Super + o` and `Super + Shift + o` move the focused client between monitors and re-snap it using the target monitor's active layout.
321
324
- Use `xrandr --query` to find output names such as `DP-1`, `HDMI-1`, or `eDP-1`.
0 commit comments