105 lines
1.8 KiB
Text
105 lines
1.8 KiB
Text
#restart sxhkd
|
|
super + alt + x
|
|
killall -q sxhkd && sleep 1 && notify-send "sxhkd restarted" && sxhkd &
|
|
###
|
|
# LAUNCH APPS
|
|
###
|
|
|
|
super + Return
|
|
$TERMINAL
|
|
super + shift + w
|
|
$BROWSER
|
|
super + shift + ctrl + w
|
|
$BROWSER2
|
|
super + shift + m
|
|
$TERMINAL -e ncmpcpp
|
|
super + shift + v
|
|
pavucontrol
|
|
super + shift + f
|
|
$FILEMANAGER
|
|
super + shift + n
|
|
thunderbird
|
|
super + shift + Return
|
|
$TERMINAL -e ranger
|
|
|
|
super + shift + d
|
|
lightcord
|
|
super + shift + v
|
|
pavucontrol
|
|
super + shift + g
|
|
galculator
|
|
super + shift + o
|
|
$TERMINAL -e htop
|
|
super + shift + Escape
|
|
xfce4-taskmanager
|
|
super + shift + e
|
|
emacs
|
|
super + shift + c
|
|
dino
|
|
super + shift + x
|
|
virt-manager
|
|
|
|
|
|
# Toggle stuff
|
|
|
|
super + ctrl + alt + s
|
|
toggle redshift -l 44:26
|
|
super + ctrl + alt + p
|
|
toggle picom --experimental-backends
|
|
super + ctrl + alt + m
|
|
toggle mpd #(!)The toggle script has custom behaviour for mpd so it also starts `mpd-rpc` and `mpd-mpris`
|
|
|
|
###
|
|
# MISC
|
|
###
|
|
|
|
# ROFI run menu
|
|
super + d
|
|
rofi -show drun
|
|
#dmenu_run
|
|
# kaomoji picker lol
|
|
ctrl + alt + k
|
|
dmenukaomoji
|
|
|
|
# Turn off all diplays
|
|
super + alt + c
|
|
sleep 1; xset dpms force off
|
|
|
|
# dmenu display selector
|
|
super + p
|
|
display_selector.sh
|
|
|
|
#dmenu wacom area set
|
|
#super + w
|
|
#~/.config/bspwm/wacom.sh
|
|
|
|
#Take a screenshot
|
|
Print
|
|
flameshot gui
|
|
shift + Print
|
|
sleep 2 && flameshot gui
|
|
|
|
#Brightness control
|
|
XF86MonBrightnessDown
|
|
xbacklight -dec 5
|
|
XF86MonBrightnessUp
|
|
xbacklight -inc 5
|
|
|
|
#Volume control
|
|
XF86Audio{Lower,Raise}Volume
|
|
pactl set-sink-volume @DEFAULT_SINK@ {-,+}2%
|
|
XF86AudioMute
|
|
pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
XF86AudioMicMute
|
|
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
|
|
|
#Media keys
|
|
XF86AudioPlay
|
|
playerctl play-pause
|
|
XF86Audio{Next,Prev}
|
|
playerctl {next,previous}
|
|
XF86AudioStop
|
|
playerctl stop
|
|
# Power options script
|
|
super + Escape
|
|
~/.config/bspwm/power.sh
|