mirror of
https://github.com/polybar/polybar.git
synced 2026-05-04 13:23:32 +00:00
14 lines
219 B
C++
14 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
|