sxhkd: Add placeholders for fn keys

Note that instead of having to remember to switch between fn and non-fn
keys, especially when working with both at the same time, we can simply
map commands that would use those fn keys with super instead.

In this way, we no longer have to worry about the same keystroke performing
a different command. The current commit serves as an easy way to remember
what the existing fn keys were if needed.
This commit is contained in:
Donovan Glover 2022-05-24 16:29:00 -04:00
parent 9be6e9c11b
commit c59984ac06
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -112,4 +112,12 @@ XF86MonBrightnessDown
XF86MonBrightnessUp
brightnessctl set +5%
XF86Display
notify-send -t 2000 "XF86Display" "No command defined."
XF86WLAN
notify-send -t 2000 "XF86WLAN" "No command defined."
XF86Favorites
notify-send -t 2000 "XF86Favorites" "No command defined."
# vim:ft=sxhkdrc