From 8579e0cdb54b5305bfbe167d19dea89b12f76575 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:22:59 +0300 Subject: Routine changes. 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 --- keybinds | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'keybinds') diff --git a/keybinds b/keybinds index a5bd332..825f559 100644 --- a/keybinds +++ b/keybinds @@ -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 -- cgit v1.2.3