From c59984ac067a5c4c187d9b3bc6d3328147123c4d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 24 May 2022 16:29:00 -0400 Subject: [PATCH] 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. --- sxhkd/.config/sxhkd/sxhkdrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index a9047e4..fc10ae7 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -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