Skip to content

Commit

Permalink
config.h edited final ver and new release added
Browse files Browse the repository at this point in the history
  • Loading branch information
fam007e committed Sep 24, 2024
1 parent ce4bb87 commit 5d3df46
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ static const int topbar = 1;
#define ICONSPACING 6
#define SHOWWINICON 1


/* fonts */
static const char *fonts[] = {
"MesloLGS Nerd Font Mono:size=12",
"NotoColorEmoji:pixelsize=12:antialias=true:autohint=true"
};


/* colors */
static const char normbordercolor[] = "#3B4252";
static const char normbgcolor[] = "#2E3440";
Expand All @@ -38,7 +36,6 @@ static const char *colors[][3] = {
[SchemeSel] = { selfgcolor, selbgcolor, selbordercolor },
};


/* autostart */
static const char *const autostart[] = {
"xset", "s", "off", NULL,
Expand Down
Binary file modified dwm
Binary file not shown.
Binary file modified release/dwm
Binary file not shown.
Binary file added release/dwm-2024.09.25.tar.gz
Binary file not shown.
Binary file removed release/dwm-6.3.tar.gz
Binary file not shown.
Binary file removed release/dwm-6.5.tar.gz
Binary file not shown.

0 comments on commit 5d3df46

Please sign in to comment.