diff --git a/sxhkdrc b/sxhkdrc index 9111eb3..ba294c7 100644 --- a/sxhkdrc +++ b/sxhkdrc @@ -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"