From 9b669e02bed6ba5e2ba0d5dad24fffef26c04a88 Mon Sep 17 00:00:00 2001 From: qugalet Date: Tue, 12 Nov 2024 00:48:23 +0200 Subject: [PATCH] config --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index a486c9c..5307934 100644 --- a/config.h +++ b/config.h @@ -16,7 +16,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[] = { "Fira Code:size=12", "Symbols Nerd Font:size=12" }; +static const char *fonts[] = { "Fira Code:size=12", "Noto Emoji:pixelsize=12:antialias=true:autohint=true", "Symbols Nerd Font:size=12" }; static const char dmenufont[] = "Fira Code:size=12"; static char normbgcolor[] = "#1d2021"; static char normbordercolor[] = "#1d2021"; @@ -56,7 +56,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating isterminal noswallow monitor */ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, - { "st-256color", NULL, NULL, 0, 0, 1, 0, -1 }, + { "Alacritty", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; @@ -142,9 +142,9 @@ static const Key keys[] = { { 0, XF86XK_AudioNext, spawn, SHCMD("music_mode next") }, { 0, XF86XK_AudioPrev, spawn, SHCMD("music_mode prev") }, - { 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pactl set-sink-volume 0 +5%") }, - { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pactl set-sink-volume 0 -5%") }, - { 0, XF86XK_AudioMute, spawn, SHCMD("pactl set-sink-mute 0 toggle") }, + { 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pactl set-sink-volume 0 +5%; sigdwmblocks 2") }, + { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pactl set-sink-volume 0 -5%; sigdwmblocks 2") }, + { 0, XF86XK_AudioMute, spawn, SHCMD("pactl set-sink-mute 0 toggle; sigdwmblocks 2") }, // screenshot { 0, XK_Print, spawn, SHCMD("screenshot full") },