mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-16 05:46:09 +01:00
feat: changed mic mute to equibot toggle mute
This commit is contained in:
@@ -918,7 +918,8 @@ static const char *prtscrcmd[] = {"flameshot", "gui", NULL};
|
||||
static const char *mutevol[] = {"pactl", "set-sink-mute", "0", "toggle", NULL};
|
||||
static const char *downvol[] = {"pactl", "set-sink-volume", "0", "-3%", NULL};
|
||||
static const char *upvol[] = {"pactl", "set-sink-volume", "0", "+3%", NULL};
|
||||
static const char *mutemic[] = {"pactl", "set-source-mute", "0", "toggle", NULL};
|
||||
// static const char *mutemic[] = {"pactl", "set-source-mute", "0", "toggle", NULL};
|
||||
static const char *mutemic[] = {"equibop", "--toggle-mic", NULL};
|
||||
static const char *downbrt[] = {"brightnessctl", "s", "5%-", NULL};
|
||||
static const char *upbrt[] = {"brightnessctl", "s", "5%+", NULL};
|
||||
static const char *displ[] = {"arandr", NULL};
|
||||
|
||||
Reference in New Issue
Block a user