Bye bye pavucontrol, dmenu scripts consistency.

This commit is contained in:
Bartek Stalewski 2021-08-28 01:38:42 +02:00
parent 836e31ce61
commit 18c4407e77
5 changed files with 55 additions and 16 deletions

View file

@ -116,7 +116,6 @@ static Key keys[] = {
{ CTRKEY, XK_d, spawn, SHCMD("dmenu-display") },
{ CTRKEY, XK_e, spawn, SHCMD("dmenu-emoji") },
{ CTRKEY, XK_l, spawn, SHCMD("slock") },
{ CTRKEY, XK_v, spawn, SHCMD("pavucontrol") },
/* window controls */
{ SHTKEY, XK_m, zoom, {0} },
{ SHTKEY, XK_h, setmfact, {.f = -0.05} },