diff options
| author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-08-19 14:22:59 +0300 |
|---|---|---|
| committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-08-19 14:22:59 +0300 |
| commit | 8579e0cdb54b5305bfbe167d19dea89b12f76575 (patch) | |
| tree | 3031a69ea858d945c6fa08c5be94350ab844fa34 /keybinds | |
| parent | 6c89fb4ad04c064fd2007aafaae34daa249ea732 (diff) | |
Changes to be committed:
modified: Kvantum/KvArcDark#/KvArcDark#.kvconfig
modified: Vencord/settings/settings.json
modified: btop/btop.conf
modified: htop/htoprc
modified: keybinds
modified: nvim/init.vim
modified: pmenu
modified: zsh/aliases
modified: zsh/zshrc
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 |
