wms/config/sxhkdrc
2024-06-13 14:44:00 -03:00

162 lines
2.8 KiB
Text
Executable file

##############################
######## rootwm hotkeys ###################################
###################################
# session and reload sxhkd conf##
super + {_,shift +} e
{xeditor.sh,session.sh}
#######
########## 1 to 9 ##################################
######################
# open
super + {_,shift +}0
{picker.sh,share.sh}
# status ##
super + {_,shift +}1
dzpanel.sh {-s,-f}
# browser ##
super + {_,shift +}2
{browser.sh,browser.sh -t}
# hello ##
super + 3
dzpanel.sh -h
# capturemedia ##
super + 5
capturemedia.sh
# clock ##
super + 6
dzpanel.sh -c
# xselgo ##
super + 9
xselgo.sh
#######
########## terminal ############################################
#######################
# terminal ##
super + Return
xterm
# rename terminal ##
super + r
wms_termrename.sh
#######
########## launcher ##################################
######################
# program launcher ##
super + Home
xlauncher.sh
####
########## volume ##################
###################
# volume ##
super + {Next,Prior}
vol.sh {-i,-d}
XF86AudioMute
xterm -e alsamixer
########
########## screenshot #####################################
#######################
# screenshot ##
Print
screenshot.sh
#######
########## clipboard ##################################
#######################
# copi to clipboard ##
super + x
xtoclip.sh
#######
########## locker #################
####################
# lock screen ##
super + BackSpace
slock
#######
######### manage windows ########################################
############################
# kill ##
super + {_,shift +}q
{killw $(pfw),pkill $(wname $(pfw))}
# switch focus ##
super + space
wms_switch.sh
# focus next/prev ##
super + {n,p}
wms_focuser.sh {-n,-p}
# move ##
super + {l,h,j,k}
wms_usher.sh {-r,-l,-d,-u}
# resize ##
super + shift + {l,h,j,k}
wms_usher.sh {-W,-w,-H,-h}
# warp ##
super + {Up,Down,Right,Left}
wms_usher.sh {-n,-s,-e,-o}
# centered ##
super + c
wms_usher.sh -c
# fullsize ##
super + f
wms_usher.sh -f
# toggle ##
super + {m,Tab}
wms_toggle.sh {-m,-t}
####
####### layouts ############################
###############################################
# tilling mode ##
super + t
wms_layout.sh -t
# widespread mode ##
super + w
wms_layout.sh -w
######### shepperd ##########
##################################
add focused, add all
super + {_,shift +}a
wms_shepperd.sh {-a,-A}
delete focused, delete all
super + {_,shift +}d
wms_shepperd.sh {-d,-D}
togle
super + s
wms_shepperd.sh -t