summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-05-15 23:25:01 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-05-15 23:25:01 +0200
commit17f1d5e7a654c6a70cc08e8c5e1e8c11ee415bac (patch)
treec9f21dad8053236d27792d6f84de2bb31d3011a1
parente109f3275e2113cb426fe53ec8bc6b78c294bcfe (diff)
idk
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index c4630dd..d72da80 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,6 @@
#define TERMINAL "alacritty"
#define TERMCLASS "Alacritty"
-
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
@@ -19,7 +18,7 @@ static const unsigned int gappov = 23; /* vert outer gap between window
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "Space Mono Nerd Font Regular:size=13", "JoyPixels:pixelsize=14:antialias=true:autohint=true" };
+static const char *fonts[] = { "Space Mono Nerd Font Regular:size=11", "JoyPixels:pixelsize=11:antialias=true:autohint=true" };
static const char *upvol[] = { "/usr/bin/pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%", NULL };
static const char *downvol[] = { "/usr/bin/pactl", "set-sink-volume", "@DEFAULT_SINK@", "-5%", NULL };
static const char *mutevol[] = { "/usr/bin/pactl", "set-sink-mute", "@DEFAULT_SINK@", "toggle", NULL };