diff options
| author | bakkeby <[email protected]> | 2022-06-17 14:36:20 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-06-17 14:36:20 +0200 |
| commit | 440c4a6efa789f41213d78ea564087ffdb65bafd (patch) | |
| tree | be43cead3b46cf77d45e875a75b16ad26d9bf55e /patch/include.c | |
| parent | 6f7d9b1bdf2dd5a19a712ee739d8fe328d198c6d (diff) | |
| download | dwm-flexipatch-440c4a6efa789f41213d78ea564087ffdb65bafd.tar.gz dwm-flexipatch-440c4a6efa789f41213d78ea564087ffdb65bafd.zip | |
Porting the seamless restart feature from dusk into dwm-flexipatch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c index 676e2ae..cf24638 100644 --- a/patch/include.c +++ b/patch/include.c @@ -97,7 +97,7 @@ #if ASPECTRESIZE_PATCH #include "aspectresize.c" #endif -#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH +#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH || SEAMLESS_RESTART_PATCH #include "attachx.c" #endif #if AUTOSTART_PATCH @@ -313,6 +313,9 @@ #if DRAGMFACT_PATCH #include "dragmfact.c" #endif +#if SEAMLESS_RESTART_PATCH +#include "seamless_restart.c" +#endif /* Layouts */ #if BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || TILE_LAYOUT #include "layout_facts.c" |
