Adding fullscreen, holdbar and unfloatvisible patches
This commit is contained in:
@ -36,6 +36,14 @@
|
||||
#include "ewmhtags.h"
|
||||
#endif
|
||||
|
||||
#if FULLSCREEN_PATCH
|
||||
#include "fullscreen.h"
|
||||
#endif
|
||||
|
||||
#if HOLDBAR_PATCH
|
||||
#include "holdbar.h"
|
||||
#endif
|
||||
|
||||
#if PERTAG_PATCH
|
||||
#include "pertag.h"
|
||||
#endif
|
||||
@ -78,6 +86,10 @@
|
||||
#include "togglefullscreen.h"
|
||||
#endif
|
||||
|
||||
#if UNFLOATVISIBLE_PATCH
|
||||
#include "unfloatvisible.h"
|
||||
#endif
|
||||
|
||||
#if VANITYGAPS_PATCH
|
||||
#include "vanitygaps.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user