bar hide/show commands

This commit is contained in:
Raphael Robatsch 2021-10-27 17:24:47 +02:00
commit 57063cb17f
2 changed files with 61 additions and 32 deletions

View file

@ -1,5 +1,5 @@
project('somebar', ['c', 'cpp'],
default_options: ['cpp_std=c++17'])
default_options: ['cpp_std=c++17', 'cpp_args=-Wno-parentheses'])
wayland_dep = dependency('wayland-client')
wayland_cursor_dep = dependency('wayland-cursor')