diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 28454f1..f7b7f5a 100644 --- a/config.def.h +++ b/config.def.h @@ -110,6 +110,8 @@ static const Key keys[] = { { 0, XF86XK_AudioStop, spawn, SHCMD("playerctl stop") }, { 0, XF86XK_AudioPrev, spawn, SHCMD("playerctl previous") }, { 0, XF86XK_AudioNext, spawn, SHCMD("playerctl next") }, + /* misc */ + { 0, XF86XK_TouchpadToggle, spawn, SHCMD("tp-toggle") }, }; /* button definitions */ |