diff options
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 |
