working on configs and stuffz
This commit is contained in:
91
trinitystuff/sxhkd/sxhkdrc
Normal file → Executable file
91
trinitystuff/sxhkd/sxhkdrc
Normal file → Executable file
@@ -1,3 +1,92 @@
|
||||
super + t:
|
||||
# thanks patrickbolle, weedsmokingjew
|
||||
XF86AudioMicMute
|
||||
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
XF86AudioMute
|
||||
volume m
|
||||
XF86Audio{Lower,Raise}Volume
|
||||
volume r {-5,5}
|
||||
XF86Audio{Play,Pause,Next,Prev}
|
||||
playerctl {play,pause,next,previous}
|
||||
XF86Launch1
|
||||
$TERMINAL
|
||||
|
||||
control + shift + Escape
|
||||
$TERMINAL -e htop
|
||||
Print
|
||||
scrot
|
||||
|
||||
mod1 + {_,shift +}F4
|
||||
bspc node -{c,k} || i3-msg kill
|
||||
mod1 + {_,shift +}q
|
||||
bspc node -{c,k} || i3-msg kill
|
||||
|
||||
mod1 + {_,shift +}{1-4}
|
||||
bspc {desktop -f,node -d} '^{1-4}'
|
||||
|
||||
alt + {_,shift +}{1-4}
|
||||
bspc {desktop -f,node -d} '^{1-4}' --follow
|
||||
|
||||
mod1 + equal
|
||||
light -A 5
|
||||
mod1 + shift + equal
|
||||
light -A 1
|
||||
mod1 + minus
|
||||
light -U 5
|
||||
mod1 + shift + minus
|
||||
light -U 1
|
||||
|
||||
super + shift + q
|
||||
bspc quit
|
||||
|
||||
mod1 + shift + e
|
||||
if [ "Yes." = $(printf "No.\nYes." | dmenu -fn unscii -nb '#000' -nf '#FFDBDB' -p '$' -sb '#FFDBDB' -sf '#000' -p "You pressed the exit shortcut. Do you really want to exit? This will end your X session.") ]; \
|
||||
then bspc quit || i3-msg exit || pkill X; fi
|
||||
|
||||
mod1 + shift + r
|
||||
bspc wm -r; pkill -USR1 -x sxhkd
|
||||
|
||||
super + shift + r
|
||||
bspc wm -r
|
||||
|
||||
alt + t
|
||||
urxvt
|
||||
|
||||
alt + d
|
||||
rofi -show drun
|
||||
mod1 + d
|
||||
dmenu_run -fn unscii -nb '#000' -nf '#FFDBDB' -p '$' -sb '#FFDBDB' -sf '#000'
|
||||
|
||||
mod1 + f
|
||||
bspc node -t '~fullscreen' || i3-msg fullscreen toggle
|
||||
|
||||
mod1 + {h,j,k,l}
|
||||
bspc node -f {west,south,north,east} || i3-msg focus {left,down,up,right}
|
||||
|
||||
alt + {_,shift +}{h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
mod1 + shift + {h,j,k,l}
|
||||
bspc node -s {west,south,north,east} || i3-msg move {left,down,up,right}
|
||||
|
||||
super + shift + k
|
||||
pkill -USR1 -x sxhkd
|
||||
|
||||
mod1 + Return
|
||||
$TERMINAL
|
||||
alt + Return
|
||||
uxrvt
|
||||
super + Return
|
||||
urxvt
|
||||
|
||||
mod1 + v
|
||||
$TERMINAL -e aiomixer
|
||||
|
||||
mod1 + b
|
||||
$BROWSER
|
||||
|
||||
mod1 + m
|
||||
volume m
|
||||
alt +{_,shift +} F4
|
||||
bspc node -{c,k}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user