update alacritty command
This commit is contained in:
parent
b1805f6a99
commit
cb51a2bad8
10
sxhkdrc
10
sxhkdrc
|
@ -33,7 +33,7 @@ super + ctrl + p
|
|||
tmux-select
|
||||
|
||||
super + Return
|
||||
alacritty --config-file ~/.config/alacritty/alacritty--light.yml
|
||||
alacritty --config-file ~/.config/alacritty/alacritty--light.toml
|
||||
|
||||
super + shift + Return
|
||||
alacritty
|
||||
|
@ -61,7 +61,7 @@ super + shift o
|
|||
bookmarks /home/ray/.Syncthing/bookmarks/paths-machineone.txt
|
||||
|
||||
super + ctrl o
|
||||
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1200x600+610+1200 && alacritty --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim /home/ray/.Syncthing/bookmarks/
|
||||
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1200x600+610+1200 && alacritty --config-file ~/.config/alacritty/alacritty--light-small.toml -e nvim /home/ray/.Syncthing/bookmarks/
|
||||
|
||||
# surf
|
||||
KP_Home
|
||||
|
@ -76,12 +76,12 @@ KP_Insert
|
|||
|
||||
# file managers
|
||||
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.toml -e lf ~
|
||||
KP_Begin
|
||||
bspc rule --add Pcmanfm --one-shot follow=on state=floating rectangle=1080x868+0+1200 && pcmanfm
|
||||
|
||||
# floating terminal
|
||||
KP_End
|
||||
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1000x600+0+1200 && 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+1200 && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.toml
|
||||
KP_Down
|
||||
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1000x600+0+1200 && 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+1200 && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.toml -e nvim -c "setfiletype markdown"
|
||||
|
|
Loading…
Reference in New Issue