diff options
| author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2026-08-04 01:21:17 +0300 |
|---|---|---|
| committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2026-08-04 01:21:17 +0300 |
| commit | 9763dd58e32f5f4726dc0188ee9a0c17147be466 (patch) | |
| tree | 8311166c6777d9806bf789974c0dce05234b3de7 /keybinds | |
| parent | 8579e0cdb54b5305bfbe167d19dea89b12f76575 (diff) | |
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
Diffstat (limited to 'keybinds')
| -rw-r--r-- | keybinds | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -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 |
