24 lines
491 B
C
24 lines
491 B
C
|
/* Bar functionality */
|
||
|
#include "bar_indicators.h"
|
||
|
#include "bar_tagicons.h"
|
||
|
#include "bar.h"
|
||
|
|
||
|
#include "bar_ltsymbol.h"
|
||
|
#include "bar_status.h"
|
||
|
#include "bar_status2d.h"
|
||
|
#include "bar_tags.h"
|
||
|
#include "bar_wintitle.h"
|
||
|
|
||
|
/* Other patches */
|
||
|
#include "fullscreen.h"
|
||
|
#include "movestack.h"
|
||
|
#include "placemouse.h"
|
||
|
#include "restartsig.h"
|
||
|
#include "togglefullscreen.h"
|
||
|
#include "vanitygaps.h"
|
||
|
/* Layouts */
|
||
|
#include "layout_gapplessgrid.h"
|
||
|
#include "layout_monocle.h"
|
||
|
#include "layout_tile.h"
|
||
|
|