update
This commit is contained in:
parent
dcda46a36d
commit
0291214c73
8
sxhkdrc
8
sxhkdrc
|
@ -101,12 +101,12 @@ super + KP_Left
|
|||
|
||||
# file managers
|
||||
super + KP_Begin
|
||||
bspc rule --add Alacritty --one-shot 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
|
||||
bspc rule --add Pcmanfm --one-shot state=floating && pcmanfm
|
||||
bspc rule --add Pcmanfm --one-shot follow=on 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
|
||||
bspc rule --add Alacritty --one-shot follow=on 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"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue