Skip to content

Instantly share code, notes, and snippets.

View AxelBohm's full-sized avatar

Axel Böhm AxelBohm

  • University of Vienna
  • Vienna
View GitHub Profile
@AxelBohm
AxelBohm / tilegap.diff
Created September 20, 2018 11:54
tile gap patch that should apply to withou conflict to dwm-6.1
diff --git config.h config.h
index 8eee66b..5ee7805 100644
--- config.h
+++ config.h
@@ -4,6 +4,7 @@
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
+static const unsigned int gappx = 10; /* gap pixel between windows */
static const unsigned int snap = 32; /* snap pixel */
read -r -p "Enter some information:" something
echo $something > ./info.tmp
@AxelBohm
AxelBohm / gruvbox.diff
Created June 29, 2018 15:12
an suckless terminal patch for the dark gruvbox colorscheme
diff --git a/config.def.h b/config.def.h
index 4b4758d..d764a09 100644
--- a/config.def.h
+++ b/config.def.h
@@ -84,27 +84,22 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
- /* 8 normal colors */
- "black",