mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
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:
parent
9be6e9c11b
commit
c59984ac06
@ -112,4 +112,12 @@ XF86MonBrightnessDown
|
|||||||
XF86MonBrightnessUp
|
XF86MonBrightnessUp
|
||||||
brightnessctl set +5%
|
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
|
# vim:ft=sxhkdrc
|
||||||
|
Loading…
Reference in New Issue
Block a user