exclude dwm from picom and change font size

This commit is contained in:
Sakooooo 2023-08-06 01:38:42 +03:00
parent 6ad0c78519
commit cdcb5fed3d
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display
static const int showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "JetBrainsMono NF:size=12" };
static const char *fonts[] = { "JetBrainsMono NF:size=11" };
static const char dmenufont[] = "monospace:size=10";
//static const char col_gray1[] = "#222222";
static const char col_gray1[] = "#000000";

View file

@ -48,6 +48,7 @@ shadow-exclude = [
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'dwm'",
"_GTK_FRAME_EXTENTS@:c"
];