1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include/x11/extensions/all.hpp
2020-12-22 00:37:07 +01:00

13 lines
219 B
C++

#pragma once
#include "settings.hpp"
#if WITH_XRANDR
#include "x11/extensions/randr.hpp"
#endif
#if WITH_XCOMPOSITE
#include "x11/extensions/composite.hpp"
#endif
#if WITH_XKB
#include "x11/extensions/xkb.hpp"
#endif