mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
Note that default_border only affects new windows.
parent
8cb27ff135
commit
e225ed3707
2
Home.md
2
Home.md
|
@ -288,6 +288,8 @@ Update both sway and wlroots and then try again. Look through [known issues](htt
|
|||
|
||||
Use the `default_border` command in your config. `default_border normal` shows title bars, whereas `none` and `pixel` do not. The `border` command operates on the currently focused window only. `default_border` is a setting, `border` is an action.
|
||||
|
||||
Note that `default_border` only affects new windows. Even after reloading sway, you will need to close and re-open any windows you do not wish to see the title bar on.
|
||||
|
||||
### Where are my tray icons?
|
||||
|
||||
Initial tray icon support for swaybar was merged with [#3249](https://github.com/swaywm/sway/pull/3249) pull request. Missing features are tracked in [#3799](https://github.com/swaywm/sway/issues/3799).
|
||||
|
|
Loading…
Reference in a new issue