Compare commits

...

3 commits

7 changed files with 4 additions and 3 deletions

View file

@ -179,6 +179,7 @@ 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", NULL};
static const char *scratchpadcmd[] = {"s", "st", "-n", "spterm", "-g", "120x34", 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 1
#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 0
/* Shifts all clients per tag to leftmost unoccupied tags.
*

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 962 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 KiB

After

Width:  |  Height:  |  Size: 627 KiB