Compare commits

..

No commits in common. "9abe510f11007ea5aa65a7a70a67083f6d8df45b" and "f25ed4dca6bec954c2dda05a952d2b9b021acd85" have entirely different histories.

7 changed files with 3 additions and 4 deletions

View file

@ -179,7 +179,6 @@ All programs are licensed under the MIT License, except for some submodules, whi
![Screenshot of the desktop](/pics/desktop.png)
![Screenshot of random screenshots](/pics/random.png)
![Screenshot of SM64 port](/pics/gaming.png)
![A demo of it's pywal abilities](/pics/wal.gif)
## Special thanks
* [Speedie](https://speedie.site) for helping me out with this and providing me with patches

View file

@ -414,7 +414,7 @@ static const char *const autostart[] = {
#endif // COOL_AUTOSTART_PATCH
#if RENAMED_SCRATCHPADS_PATCH
static const char *scratchpadcmd[] = {"s", "st", "-n", "spterm", "-g", "120x34", NULL};
static const char *scratchpadcmd[] = {"s", "st", "-n", "spterm", NULL};
#elif SCRATCHPADS_PATCH
const char *spcmd1[] = {"st", "-n", "spterm", "-g", "120x34", NULL };
static Sp scratchpads[] = {

View file

@ -914,11 +914,11 @@
*
* https://github.com/bakkeby/patches/wiki/renamedscratchpads
*/
#define RENAMED_SCRATCHPADS_PATCH 1
#define RENAMED_SCRATCHPADS_PATCH 1
/* Renamed scratchpads option to auto-hide scratchpads when moving to a different tag.
* This behaviour is similar to that of the (multiple) scratchpads patch. */
#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 0
#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 1
/* Shifts all clients per tag to leftmost unoccupied tags.
*

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 KiB

After

Width:  |  Height:  |  Size: 686 KiB