Skip to content

Instantly share code, notes, and snippets.

View HackedPixels's full-sized avatar
:shipit:
i write bad code quickly

HackedPixels HackedPixels

:shipit:
i write bad code quickly
View GitHub Profile
@udiboy1209
udiboy1209 / dwm-custom-6.1.diff
Created May 7, 2018 10:59
DWM powerline statusbar, gaps, padding, no vacant tags, all titles patch
diff --git a/config.def.h b/config.def.h
index a9ac303..51e2ab0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,6 +2,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
+static const unsigned int gappx = 1; /* gap pixel between windows */
static const unsigned int snap = 32; /* snap pixel */
@saitoha
saitoha / suckless-st-sixel.diff
Last active June 15, 2024 15:52
Add SIXEL graphics support for suckless st. (sixel.c/sixel_hls.c come from mintty, licensed under GPL)
commit ea830e03d4d4562b1ff225940f65bceddd9cad6c
Author: Hayaki Saito <saitoha@me.com>
Date: Sun Jun 11 23:46:45 2017 +0900
Add sixel graphics support
Signed-off-by: Hayaki Saito <saitoha@me.com>
diff --git a/Makefile b/Makefile
index d8595fe..a25d040 100644