# Screenkey for Typing alt + t screenkey -s small -t 1 -f inconsolata --opacity 0.7 alt + shift + t pkill screenkey # X11 Color Picker alt + c color-picker # Screen Shots alt + control + Print xshot full alt + Print clip full alt + control + s xshot area alt + shift + s clip area # Screen Recordings alt + shift + r xrec start alt + shift + e xrec stop ### HARDWARE KEYS ### # brightness control XF86MonBrightnessDown sudo backlight 0 XF86MonBrightnessUp sudo backlight 255 # volume control XF86Audio{Raise,Lower}Volume amixer --card 0 set Master 1%{+,-} # mute audio output control XF86AudioMute [ $(amixer --card 0 get Master | tail -n 1 | sed -E 's/.*.\[//g' | cut -c1-2) = "on" ] && amixer --card 0 set Master mute || amixer --card 0 set Master unmute ### APPLICATIONS ### # Firefox alt + f firefox # Brave alt + shift + f brave # LibreWolf alt + w librewolf # Discord alt + d discord # Dino alt + shift + d dino