This commit is contained in:
Ray Elliott 2022-01-09 11:38:32 +00:00
parent 9c8b9dbb92
commit b1906135b9
2 changed files with 24 additions and 26 deletions

44
sxhkdrc
View File

@ -18,7 +18,7 @@ ctrl + grave
dunstctl history-pop dunstctl history-pop
# toggle keyboard layout # toggle keyboard layout
super + BackSpace KP_Divide
~/.config/sxhkd/toggle-gb-ru-kb.sh ~/.config/sxhkd/toggle-gb-ru-kb.sh
# mouse scroll down # mouse scroll down
@ -51,14 +51,14 @@ super + ctrl + p
tmux-select tmux-select
super + Return super + Return
terminal
super + shift + Return
alacritty --config-file ~/.config/alacritty/alacritty--light.yml alacritty --config-file ~/.config/alacritty/alacritty--light.yml
super + control + Return super + shift + Return
alacritty alacritty
super + control + Return
st
## screenshots ## screenshots
super + Print super + Print
i3-scrot i3-scrot
@ -88,28 +88,24 @@ super + x
xcompmgr-toggle xcompmgr-toggle
# surf # surf
super + KP_Home KP_Home
surf https://git.rayelliott.dev/ bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+700 && chromium --app=https://git.rayelliott.dev/rayelliott/wiki
super + KP_Up KP_Up
surf https://git.rayelliott.dev/rayelliott/wiki bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+700 && chromium --app=https://git.rayelliott.dev/
super + KP_Prior KP_Add
surf http://web.home/ bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+700 && chromium --app=http://web.home
# chromium as app
super + shift + KP_Prior
chromium --app=http://web.home
KP_Insert
super + KP_Left bspc rule --add KeePassXC --one-shot follow=on state=floating && keepassxc
keepassxc
# file managers # file managers
super + KP_Begin KP_Left
bspc rule --add Alacritty --one-shot follow=on state=floating && alacritty --config-file ~/.config/alacritty/alacritty--light-small.yml -e lf ~ bspc rule --add Alacritty --one-shot follow=on state=floating && alacritty --config-file ~/.config/alacritty/alacritty--light-small.yml -e lf ~
super + shift + KP_Begin KP_Begin
bspc rule --add Pcmanfm --one-shot follow=on state=floating && pcmanfm bspc rule --add Pcmanfm --one-shot follow=on state=floating rectangle=1080x868+0+700 && pcmanfm
# floating terminal # floating terminal
super + KP_End KP_End
bspc rule --add Alacritty --one-shot follow=on state=floating && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1000x600+0+700 && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml
super + shift + KP_End KP_Down
bspc rule --add Alacritty --one-shot follow=on state=floating && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim -c "setfiletype markdown" bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1000x600+0+700 && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim -c "setfiletype markdown"

View File

@ -7,8 +7,10 @@ super + shift + {q,r}
bspc {quit,wm -r} bspc {quit,wm -r}
# close and kill # close and kill
super + {_,ctrl + }q KP_Subtract
bspc node -{c,k} bspc node -c
shift + KP_Subtract
bspc node -k
# alternate between the tiled and monocle layout # alternate between the tiled and monocle layout
super + m super + m