######### # Media # ######### # Toggle mute XF86AudioMute pactl set-sink-mute @DEFAULT_SINK@ toggle # Toggle mic mute # pactl set-source-mute @DEFAULT_SOURCE@ toggle # Change volume XF86Audio{Raise,Lower}Volume pactl set-sink-volume @DEFAULT_SINK@ {+,-}2% # Change volume #super + {k,j} # pactl set-sink-volume @DEFAULT_SINK@ {+,-}2% # Change volume, chunky #super + shift + {k,j} # pactl set-sink-volume @DEFAULT_SINK@ {+,-}10% ################ # Applications # ################ # Launch Brave super + q brave super + ctrl + q brave --incognito super + alt + q brave --tor # Launch wa super + shift + w whatsapp-nativefier # Launch teams super + shift + t teams # Launch spotify super + shift + m spotify # Launch discord super + shift + d discord # Launch password manager #super + p $dmenu drop down #dmenu kill #super + shift + w #lock #super+ shift +l # # Change screen brightness XF86MonBrightness{Up,Down} xbacklight -{inc,dec} 5 # Change screen temp # Take a screenshot (full) Print maim | tee ~/Pictures/Screenshots/pic-full-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png # Take a screenshot (sel) alt + Print maim -D --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png