From f5c2599bd94d8c8d757280ceb8bcc21e8176b328 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Tue, 4 Jan 2022 08:53:28 +0100 Subject: pertag patch --- config.def.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 83935d2..7562b14 100644 --- a/config.def.h +++ b/config.def.h @@ -1,10 +1,10 @@ /** - * dwmconfig.h + * dwmconfig.h * Hardware multimedia keys */ /* Somewhere at the beginning of config.h include: */ -/* +/* You obviously need the X11 development package installed, but here is the upstream copy of this header if you can't bother using the contents of your own hard drive. ;-P https://cgit.freedesktop.org/xorg/proto/x11proto/tree/XF86keysym.h @@ -120,7 +120,6 @@ static const Key keys[] = { { 0, XF86XK_AudioNext, spawn, SHCMD("/usr/bin/mpc next") }, { 0, XF86XK_Search, spawn, SHCMD("$BROWSER") }, { 0, XK_Print, spawn, SHCMD("/usr/bin/scrot -e 'mv $f ~/Pictures/Screenshots/'") }, - }; /* button definitions */ -- cgit v1.2.3