From 9763dd58e32f5f4726dc0188ee9a0c17147be466 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 4 Aug 2026 01:21:17 +0300 Subject: New way of doing some things I guess. Changes to be committed: modified: Vencord/settings/settings.json modified: X11/xinit modified: appimageupdate deleted: backlight modified: btop/btop.conf modified: clockpower modified: htop/htoprc modified: keybinds modified: lock modified: nvim/init.vim deleted: qBittorrent/ICEBERG.qbtheme deleted: qBittorrent/ayuDark.qbtheme deleted: vpn modified: xrec modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- keybinds | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'keybinds') diff --git a/keybinds b/keybinds index 825f559..4893de9 100644 --- a/keybinds +++ b/keybinds @@ -11,12 +11,12 @@ alt + shift + t alt + c color-picker -# Screen Shots +# Screen Shot Keybinds -alt + control + Print +alt + control + f xshot full -alt + Print +alt + F12 clip full alt + control + s @@ -50,12 +50,12 @@ alt + f alt + shift + f brave -# Chromium (dev testing) +# Chromium (dev testing) (not that used) alt + shift + c chromium -# LibreWolf +# LibreWolf (not that used) alt + w librewolf @@ -63,9 +63,9 @@ alt + w # Discord alt + d - vesktop # discord + vesktop # vencord / discord is sometimes working better -# Dino +# Dino (not that used) alt + shift + d dino @@ -80,16 +80,15 @@ alt + e # brightness control XF86MonBrightnessDown - notify-send --replace-id=1 "🌑 Brightness Down" && sudo backlight 0 # Moon Emoji + sudo xbacklight -dec 10 && notify-send --replace-id=1 "🌑 Brightness $(sudo xbacklight -get | cut -d '.' -f 1)%" XF86MonBrightnessUp - notify-send --replace-id=1 "🌞 Brightness Up" && sudo backlight 255 # Sun Emoji + sudo xbacklight -inc 10 && notify-send --replace-id=1 "🌞 Brightness $(sudo xbacklight -get | cut -d '.' -f 1)%" -# fan control +# fan control and performance 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 -- cgit v1.2.3