This commit is contained in:
Ray Elliott 2021-11-21 12:23:46 +00:00
parent dcda46a36d
commit 0291214c73
1 changed files with 4 additions and 4 deletions

View File

@ -101,12 +101,12 @@ super + KP_Left
# file managers # file managers
super + KP_Begin 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 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 # floating terminal
super + KP_End 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 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"