efe123b498
sb-music: fix song parsing wget: keep history in ~/.cache zsh: more readable vcs prompt nvim: fix python lsp path add maps for verilog cleanup files !!!BREAKING: change colorscheme dwm: cleanup files dmenu: manage colors through XResources system: change colorscheme, system-wide add relevent script adapt XResources management add $XDG_STATE_HOME directory filesystem cleanup
71 lines
1.2 KiB
Plaintext
71 lines
1.2 KiB
Plaintext
# Swy7ch' sxhkd bindings binding
|
|
|
|
# System stuff
|
|
|
|
XF86AudioMute
|
|
pulsemixer --toggle-mute; audio-notify
|
|
|
|
{XF86AudioLowerVolume, XF86AudioRaiseVolume}
|
|
pulsemixer --change-volume {-5, +5}; audio-notify
|
|
|
|
super + u
|
|
dmenumount
|
|
|
|
super + shift + u
|
|
dmenuumount
|
|
|
|
super + s
|
|
dmenuprompt "suspend?" "systemctl suspend"
|
|
|
|
super + shift + s
|
|
dmenuprompt "shutdown?" "shutdown -h now"
|
|
|
|
super + shift + r
|
|
dmenuprompt "reboot?" "reboot"
|
|
|
|
super + shift + d
|
|
displayselect
|
|
|
|
super + shift + o
|
|
dmenuopen
|
|
|
|
super + c
|
|
switch-colors
|
|
|
|
super + shift + c
|
|
switch-colors -s
|
|
|
|
# Others
|
|
super + Return
|
|
$TERMINAL
|
|
|
|
super + shift + Return
|
|
$TERMINAL -g 128x32 -c "floating"
|
|
|
|
super + d
|
|
dmenu_run -p "run:"
|
|
|
|
super + shift + o
|
|
dmenuopen
|
|
|
|
super + shift + {w,z}
|
|
$BROWSER
|
|
|
|
super + shift + p
|
|
$BROWSER --private-window
|
|
|
|
super + shift + {h,j,k,l}
|
|
player {prev,stop,toggle,next}
|
|
|
|
super + shift + m
|
|
$TERMINAL -g 128x32 -c "floating" -e $MUSIC_PLAYER
|
|
|
|
super + shift + n
|
|
$TERMINAL -g 128x32 -c "floating" -e neomutt
|
|
|
|
super + shift + t
|
|
$TERMINAL -g 128x32 -c "floating" -e tremc
|
|
|
|
super + shift + b
|
|
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script
|