From cdcb5fed3dbe2d89d6688b9b5388cb31c4913914 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 01:38:42 +0300 Subject: [PATCH] exclude dwm from picom and change font size --- config/dwm/config.def.h | 4 ++-- config/picom/picom.conf | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index f7734752..49cd5215 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -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"; @@ -46,7 +46,7 @@ static const char *const autostart[] = { /* tagging */ // static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -static const char *tags[] = { " 󰈹 ", "  ", " 󰭹 ", " 󰕧 ", "  " }; +static const char *tags[] = { " 󰈹 ", "  ", " 󰭹 ", " 󰕧 ", "  " }; static const Rule rules[] = { /* xprop(1): diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 5d02e7d7..83ff0118 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -48,6 +48,7 @@ shadow-exclude = [ "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", + "class_g = 'dwm'", "_GTK_FRAME_EXTENTS@:c" ];