mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-24 07:44:20 +01:00
Make Alacritty configs compatible with v15+
Requires making the sub configs explicit so we can run alacritty migrate to upgrade them after v15.
This commit is contained in:
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/Neovim.desktop
|
||||
Version=1.0
|
||||
Name=Neovim
|
||||
Comment=Edit text files
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml --class=Neovim --title=Neovim -e nvim %F
|
||||
Exec=alacritty --config-file /home/$USER/.config/alacritty/pane.toml --class=Neovim --title=Neovim -e nvim %F
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=nvim
|
||||
|
||||
Reference in New Issue
Block a user