diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-08-22 18:05:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 18:05:31 +0000 |
commit | 95c85dba2393b7ac7325b20b334701488d6d7902 (patch) | |
tree | 418859756a76dd4964e92664554ff2d014d78e75 | |
parent | 244442372b6778c59866c42ade11bac6cf986825 (diff) | |
parent | 945acdd65c458f5d88ab93a49e256a66527fb8fb (diff) |
Merge pull request #212 from swindlesmccoop/patch-1
Add missing keybinds
-rw-r--r-- | dwm.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -69,6 +69,14 @@ Spawn .BR dmenu(1) for launching other programs. .TP +.B Super\-grave +Spawn +.BR dmenuunicode(1) +for selecting emoji. +.TP +.B Super\-minus/plus, Super\-Shift\-minus/plus +Decrease/increase volume by 5 and 15 respectively. +.TP .B Super\-b Toggles bar on and off. .TP |