mirror of
https://github.com/swaywm/sway.git
synced 2026-05-02 06:46:23 -04:00
swaybar: obey height if given
If there is a bar height given, use that as the height rather than as a minimum height. This matches i3-gaps behavior.
This commit is contained in:
parent
14cab78612
commit
124085eba9
3 changed files with 15 additions and 9 deletions
|
|
@ -69,7 +69,7 @@ Sway allows configuring swaybar in the sway configuration file.
|
|||
use.
|
||||
|
||||
*height* <height>
|
||||
Sets the height of the bar. Default height will match the font size.
|
||||
Sets the height of the bar. Default height (0) will match the font size.
|
||||
|
||||
*bindsym* [--release] button<n> <command>
|
||||
Executes _command_ when mouse button _n_ has been pressed (or if _released_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue