155 lines
2.6 KiB
Text
Executable file
155 lines
2.6 KiB
Text
Executable file
##############################
|
|
######## rootwm hotkeys ###################################
|
|
###################################
|
|
|
|
# session and reload sxhkd conf##
|
|
super + {_,shift +} e
|
|
{xeditor.sh,session.sh}
|
|
|
|
#######
|
|
########## 1 to 9 ##################################
|
|
######################
|
|
|
|
# picker/urlize ##
|
|
super + {_,shift +}0
|
|
{picker.sh,urlizer.sh}
|
|
|
|
# status ##
|
|
super + {_,shift +}1
|
|
dzpanel.sh {-s,-f}
|
|
|
|
# browser ##
|
|
super + {_,shift +}2
|
|
{browser.sh,browser.sh -t}
|
|
|
|
# hello ##
|
|
super + 3
|
|
dzpanel.sh -h
|
|
|
|
# wms ##
|
|
super + 4
|
|
dzpanel.sh -w
|
|
|
|
# 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}
|
|
|
|
# widnows to background ##
|
|
super + b
|
|
wms_bottom.sh
|
|
|
|
####
|
|
####### layouts ############################
|
|
###############################################
|
|
|
|
# tilling mode ##
|
|
super + t
|
|
wms_layout.sh -t
|
|
|
|
# widespread mode ##
|
|
super + w
|
|
wms_layout.sh -w
|