Note that default_border only affects new windows.

Lee Ball 2020-12-27 02:13:39 -08:00
parent 8cb27ff135
commit e225ed3707

@ -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).