From cb51a2bad8cab996fd99b44eb10f7276061cfca7 Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 28 Dec 2023 16:40:57 +0000 Subject: [PATCH] update alacritty command --- sxhkdrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sxhkdrc b/sxhkdrc index a32ba94..ac4f166 100644 --- a/sxhkdrc +++ b/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"