diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-04 08:53:28 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-12-06 05:05:49 +0100 |
| commit | f5c2599bd94d8c8d757280ceb8bcc21e8176b328 (patch) | |
| tree | bace7348a03ebe5d3c3fb4bb6fc9fe15d2dafcaa /config.def.h | |
| parent | cd2ec2d26e77370e5817621cb1ec578bb6ec6ce0 (diff) | |
pertag patch
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 */ |
