add number pad key bindings

This commit is contained in:
Ray Elliott 2021-10-30 16:58:31 +01:00
parent d302faa993
commit 6e853521d6
1 changed files with 23 additions and 15 deletions

38
sxhkdrc
View File

@ -44,9 +44,6 @@ super + p
super + b
qutesesh
super + shift + b
surf https://git.rayelliott.dev/rayelliott/wiki
super + shift + p
keepmenu
@ -62,18 +59,6 @@ super + shift + Return
super + control + Return
alacritty
# file managers
super + Insert
bspc rule --add Alacritty --one-shot state=floating && alacritty --config-file ~/.config/alacritty/alacritty--light-small.yml -e lf ~
super + shift + Insert
bspc rule --add Pcmanfm --one-shot state=floating && pcmanfm
# floating terminal
super + Delete
bspc rule --add Alacritty --one-shot state=floating && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml
super + control + Delete
bspc rule --add Alacritty --one-shot state=floating && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim -c "setfiletype markdown"
## screenshots
super + Print
i3-scrot
@ -98,3 +83,26 @@ super + y
super + x
xcompmgr-toggle
# surf
super + KP_Home
surf https://git.rayelliott.dev/
super + KP_Up
surf https://git.rayelliott.dev/rayelliott/wiki
super + KP_Prior
surf http://kanboard.docker.home/board/11
super + KP_Left
keepassxc
# file managers
super + KP_Begin
bspc rule --add Alacritty --one-shot state=floating && alacritty --config-file ~/.config/alacritty/alacritty--light-small.yml -e lf ~
super + shift + KP_Begin
bspc rule --add Pcmanfm --one-shot state=floating && pcmanfm
# floating terminal
super + KP_End
bspc rule --add Alacritty --one-shot state=floating && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml
super + shift + KP_End
bspc rule --add Alacritty --one-shot state=floating && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim -c "setfiletype markdown"