diff options
Diffstat (limited to 'keybinds')
| -rw-r--r-- | keybinds | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -85,6 +85,14 @@ XF86MonBrightnessDown XF86MonBrightnessUp notify-send --replace-id=1 "🌞 Brightness Up" && sudo backlight 255 # Sun Emoji +# fan control + +alt + XF86AudioRaiseVolume + notify-send --replace-id=4 "🌬️ Fan Speed Up" && sudo nbfc-set 100 + +alt + XF86AudioLowerVolume + notify-send --replace-id=4 "🌬️ Fan Speed Down" && sudo nbfc-kill + # volume control XF86Audio{Raise,Lower}Volume |
