mirror of
https://github.com/swaywm/sway.git
synced 2026-03-12 05:34:29 -04:00
Automatically float xwayland windows
This commit is contained in:
parent
202ee51150
commit
cda66e9a26
7 changed files with 116 additions and 26 deletions
|
|
@ -43,7 +43,8 @@ systemd = dependency('libsystemd', required: false)
|
|||
elogind = dependency('libelogind', required: false)
|
||||
math = cc.find_library('m')
|
||||
rt = cc.find_library('rt')
|
||||
git = find_program('git', required: false)
|
||||
xcb = dependency('xcb')
|
||||
git = find_program('git', required: false)
|
||||
|
||||
conf_data = configuration_data()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue