dwm-custom/patch/include.h

31 lines
681 B
C

/* Bar functionality */
#include "bar_indicators.h"
#include "bar_tagicons.h"
#include "bar.h"
#include "bar_dwmblocks.h"
#include "bar_ewmhtags.h"
#include "bar_ltsymbol.h"
#include "bar_status.h"
#include "bar_statuscmd.h"
#include "bar_tags.h"
#include "bar_wintitle.h"
/* Other patches */
#include "attachx.h"
#include "cool_autostart.h"
#include "floatpos.h"
#include "pertag.h"
#include "restartsig.h"
#include "renamed_scratchpads.h"
#include "seamless_restart.h"
#include "sizehints_ruled.h"
#include "stacker.h"
#include "togglefullscreen.h"
#include "unfloatvisible.h"
/* Layouts */
#include "layout_bstack.h"
#include "layout_gapplessgrid.h"
#include "layout_tile.h"