1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 21:01:36 +03:00

change exec command in desktop file

This commit is contained in:
Anomalocaridid 2022-07-16 22:20:40 +00:00 committed by Wez Furlong
parent fc6cfd1f72
commit a56904e40d

View File

@ -5,7 +5,7 @@ Keywords=shell;prompt;command;commandline;cmd;
Icon=org.wezfurlong.wezterm Icon=org.wezfurlong.wezterm
StartupWMClass=org.wezfurlong.wezterm StartupWMClass=org.wezfurlong.wezterm
TryExec=wezterm TryExec=wezterm
Exec=wezterm Exec=wezterm start --
Type=Application Type=Application
Categories=System;TerminalEmulator;Utility; Categories=System;TerminalEmulator;Utility;
Terminal=false Terminal=false