This repository has been archived on 2023-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/.config/sxhkd/sxhkdrc

29 lines
850 B
Plaintext

super + shift + e
bspc quit 0
super + shift + q
bspc node -c
super + Return
kitty
super + r
rofi -show run
super + {h,j,k,l}
bspc node -f {west,south,north,east}
super + shift + {h,j,k,l}
bspc node -s {west,south,north,east}
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '{1-9,10}' --follow
@Print
elixire -f
@super + Print
elixire
super + s : {h,j,k,l}
STEP=20; SELECTION={1,2,3,4}; \
bspc node -z $(echo "left -$STEP 0,bottom 0 $STEP,top 0 -$STEP,right $STEP 0" | cut -d',' -f$SELECTION) || \
bspc node -z $(echo "right -$STEP 0,top 0 $STEP,bottom 0 -$STEP,left $STEP 0" | cut -d',' -f$SELECTION)
{XF86MonBrightnessUp,XF86MonBrightnessDown}
xbacklight {+,-}20
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
pactl set-sink-volume @DEFAULT_SINK@ {+,-}10%
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle