add number pad key bindings
This commit is contained in:
parent
d302faa993
commit
6e853521d6
38
sxhkdrc
38
sxhkdrc
|
@ -44,9 +44,6 @@ super + p
|
||||||
super + b
|
super + b
|
||||||
qutesesh
|
qutesesh
|
||||||
|
|
||||||
super + shift + b
|
|
||||||
surf https://git.rayelliott.dev/rayelliott/wiki
|
|
||||||
|
|
||||||
super + shift + p
|
super + shift + p
|
||||||
keepmenu
|
keepmenu
|
||||||
|
|
||||||
|
@ -62,18 +59,6 @@ super + shift + Return
|
||||||
super + control + Return
|
super + control + Return
|
||||||
alacritty
|
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
|
## screenshots
|
||||||
super + Print
|
super + Print
|
||||||
i3-scrot
|
i3-scrot
|
||||||
|
@ -98,3 +83,26 @@ super + y
|
||||||
|
|
||||||
super + x
|
super + x
|
||||||
xcompmgr-toggle
|
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"
|
||||||
|
|
Loading…
Reference in New Issue