From 85c0c70348a5bb4f7ce3c7eda21d496297db9a86 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko <82608185+dm1tz@users.noreply.github.com> Date: Sun, 4 Sep 2022 11:25:55 +0300 Subject: [PATCH] Created XF86keysym (markdown) --- XF86keysym.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 XF86keysym.md diff --git a/XF86keysym.md b/XF86keysym.md new file mode 100644 index 0000000..3751c98 --- /dev/null +++ b/XF86keysym.md @@ -0,0 +1,8 @@ +### Description +Utilizing the [/usr/include/X11/XF86keysym.h](https://cgit.freedesktop.org/xorg/proto/x11proto/tree/XF86keysym.h) header file to change the volume via the appropriate keys. + +### Download +- [2021-05-06](https://github.com/djpohly/dwl/compare/main...917Wolf:vol.patch) + +### Authors +- [917Wolf](https://github.com/917Wolf)