mirror of
https://github.com/swaywm/sway.git
synced 2026-07-10 00:06:59 -04:00
Added minimum viable swaybar tray SNI protocol support using sd-bus
This commit is contained in:
parent
456b91600d
commit
854c0d3b6d
13 changed files with 392 additions and 17 deletions
|
|
@ -70,6 +70,10 @@ if elogind.found()
|
|||
swayidle_deps += elogind
|
||||
endif
|
||||
|
||||
if get_option('enable-tray')
|
||||
conf_data.set('ENABLE_TRAY', true)
|
||||
endif
|
||||
|
||||
scdoc = find_program('scdoc', required: false)
|
||||
|
||||
if scdoc.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue