make desktop files use foot instead of alacritty or st
This commit is contained in:
parent
b13ae738e9
commit
dfc725a1fd
|
|
@ -1,4 +1,4 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=File Manager
|
Name=File Manager
|
||||||
Exec=/usr/bin/alacritty -e yazi %u
|
Exec=/usr/bin/footclient -e lf %u
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Text editor
|
Name=Text editor
|
||||||
Exec=/usr/local/bin/st -e nvim %u
|
Exec=foot -e nvim %u
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue