dwm

My custom build of dwm window manager
git clone https://git.mtkn.jp/dwm
Log | Files | Refs | README | LICENSE

commit 247a7bca0767bf931c1eac89748a2e956d204dfb
parent daefdfc9203d2a076b7983b819fb09816b930cae
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 10 Oct 2024 10:05:51 +0900

delete volume lines

Diffstat:
Mconfig.h | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/config.h b/config.h @@ -5,7 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "DejaVu Sans Mono:size=7", "Noto Serif CJK JP:size=7", "Font Awesome 5 Free:size=7", "Noto Color Emoji:size=7"}; +static const char *fonts[] = { "DejaVu Sans Mono:size=12", "Noto Serif CJK JP:size=12", "Font Awesome 5 Free:size=12", "Noto Color Emoji:size=12"}; static const char dmenufont[] = "monospace:size=8"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; @@ -103,10 +103,6 @@ static Key keys[] = { TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_q, quit, {0} }, - - - { 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("mixer vol +3 >/dev/null; kill -75 $(pidof dwmblocks)") }, - { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("mixer vol -3 >/dev/null; kill -75 $(pidof dwmblocks)") }, }; /* button definitions */