M dwm-anybar/config.h => dwm-anybar/config.h +8 -4
@@ 3,10 3,14 @@
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 10; /* snap pixel */
-static const unsigned int gappih = 20; /* horiz inner gap between windows */
-static const unsigned int gappiv = 30; /* vert inner gap between windows */
-static const unsigned int gappoh = 50; /* horiz outer gap between windows and screen edge */
-static const unsigned int gappov = 50; /* vert outer gap between windows and screen edge */
+//static const unsigned int gappih = 20; /* horiz inner gap between windows */
+//static const unsigned int gappiv = 30; /* vert inner gap between windows */
+//static const unsigned int gappoh = 50; /* horiz outer gap between windows and screen edge */
+//static const unsigned int gappov = 50; /* vert outer gap between windows and screen edge */
+static const unsigned int gappih = 5; /* horiz inner gap between windows */
+static const unsigned int gappiv = 5; /* vert inner gap between windows */
+static const unsigned int gappoh = 5; /* horiz outer gap between windows and screen edge */
+static const unsigned int gappov = 5; /* vert outer gap between windows and screen edge */
static const int smartgaps = 1; /* 1 means no outer gap when there is only one window */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */
M dwm-anybar/dwm => dwm-anybar/dwm +0 -0
M dwm-anybar/dwm.o => dwm-anybar/dwm.o +0 -0
M st-build/config.h => st-build/config.h +2 -2
@@ 12,7 12,7 @@ static char *font2[] = {
"JoyPixels:pixelsite=15:antialias=true:autohint=true",
};
-static int borderpx = 50;
+static int borderpx = 0;
/*
* What program is execed by st depends of these precedence rules:
@@ 142,7 142,7 @@ static unsigned int defaultrcs = 257;
* 6: Bar ("|")
* 7: Snowman ("☃")
*/
-static unsigned int cursorshape = 6;
+static unsigned int cursorshape = 2;
/*
* Default columns and rows numbers
M st-build/st => st-build/st +0 -0
M st-build/x.o => st-build/x.o +0 -0