2024-04-23 04:34:15 +02:00
|
|
|
/* Bar functionality */
|
|
|
|
#include "bar_indicators.h"
|
|
|
|
#include "bar_tagicons.h"
|
|
|
|
#include "bar.h"
|
|
|
|
|
|
|
|
#include "bar_dwmblocks.h"
|
2024-05-13 18:35:17 +02:00
|
|
|
#include "bar_ewmhtags.h"
|
|
|
|
#include "bar_holdbar.h"
|
2024-04-23 04:34:15 +02:00
|
|
|
#include "bar_ltsymbol.h"
|
|
|
|
#include "bar_status.h"
|
|
|
|
#include "bar_status2d.h"
|
|
|
|
#include "bar_statusbutton.h"
|
|
|
|
#include "bar_statuscmd.h"
|
|
|
|
#include "bar_tags.h"
|
|
|
|
|
|
|
|
/* Other patches */
|
|
|
|
#include "attachx.h"
|
|
|
|
#include "cool_autostart.h"
|
2024-05-13 18:35:17 +02:00
|
|
|
#include "dwmc.h"
|
2024-04-23 04:34:15 +02:00
|
|
|
#include "fakefullscreenclient.h"
|
|
|
|
#include "focusdir.h"
|
2024-05-13 18:35:17 +02:00
|
|
|
#include "killunsel.h"
|
2024-04-23 04:34:15 +02:00
|
|
|
#include "pertag.h"
|
|
|
|
#include "restartsig.h"
|
|
|
|
#include "rotatestack.h"
|
|
|
|
#include "scratchpad.h"
|
|
|
|
#include "seamless_restart.h"
|
|
|
|
#include "shift.h"
|
|
|
|
#include "shiftboth.h"
|
|
|
|
#include "shiftviewclients.h"
|
|
|
|
#include "tapresize.h"
|
|
|
|
#include "transfer.h"
|
|
|
|
#include "xrdb.h"
|
|
|
|
/* Layouts */
|
|
|
|
#include "layout_monocle.h"
|
|
|
|
#include "layout_tile.h"
|
|
|
|
|