From 3414e8633b3c0d824396d2652bde0b23f26ac604 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 21 Dec 2021 23:51:16 -0300 Subject: [PATCH] Add noisetorch keybinding --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 5285a7b..2e33984 100644 --- a/config.def.h +++ b/config.def.h @@ -238,6 +238,8 @@ static Key keys[] = { { 0, XF86XK_HomePage, spawn, SHCMD("pcmanfm") }, { 0, XF86XK_Tools, spawn, SHCMD("pkill imwheel && imwheel -b 45") }, { 0, XF86XK_AudioStop, spawn, SHCMD("dunstctl set-paused toggle; sigdwmblocks 6") }, + //{ 0, XF86XK_Mail, spawn, SHCMD("noisetorch") }, + { MODKEY|ShiftMask, XK_m, spawn, SHCMD("noisetorch; $TERMINAL -e \"alsamixer\"") }, //{ 0, XF86XK_Favorites, spawn, SHCMD("maim -s | xclip -selection clipboard -t image/png") }, //{ 0, XK_Print, spawn, SHCMD("maim -s | xclip -selection clipboard -t image/png") }, //{ MODKEY, XK_Print, spawn, SHCMD("maim | xclip -selection clipboard -t image/png") },