dwm

fork of dwm
git clone git://popovic.xyz/dwm.git
Log | Files | Refs | README | LICENSE

commit 2c2ffe484f1e4f8b51ae2943db4dd961ec27ebc3
parent 4c7d7356d689a9fa7b29fca2707cb6d674415739
Author: miksa <milutin@popovic.xyz>
Date:   Tue, 24 Oct 2023 20:08:39 +0100

a

Diffstat:
Mconfig.def.h | 2+-
Mconfig.h | 2+-
Mdwm | 0
Mdwm.o | 0
4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -14,7 +14,7 @@ static int smartgaps = 0; /* 1 means no outer gap when the static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "terminus:pixelsize=17:antialias=true:autohint=true:spacing=false", "Hack Nerd Font:pixelsize=16"}; +static const char *fonts[] = { "terminus:pixelsize=19:antialias=true:autohint=true:spacing=false", "Hack Nerd Font:pixelsize=16"}; static char normfgcolor[] = "#6c6c93"; static char normbgcolor[] = "#263238"; diff --git a/config.h b/config.h @@ -14,7 +14,7 @@ static int smartgaps = 0; /* 1 means no outer gap when the static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "terminus:pixelsize=17:antialias=true:autohint=true:spacing=false", "Hack Nerd Font:pixelsize=16"}; +static const char *fonts[] = { "terminus:pixelsize=19:antialias=true:autohint=true:spacing=false", "Hack Nerd Font:pixelsize=16"}; static char normfgcolor[] = "#6c6c93"; static char normbgcolor[] = "#263238"; diff --git a/dwm b/dwm Binary files differ. diff --git a/dwm.o b/dwm.o Binary files differ.