reimplement config dotfiles with templates
This commit is contained in:
28
links/applications/code.desktop
Normal file
28
links/applications/code.desktop
Normal file
@@ -0,0 +1,28 @@
|
||||
[Desktop Entry]
|
||||
Name=Code - Open Source Version
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
Exec=code --no-sandbox
|
||||
Icon=vscode
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
StartupWMClass=code-oss
|
||||
Categories=TextEditor;Development;IDE;
|
||||
MimeType=application/x-code-oss-workspace;
|
||||
Actions=new-empty-window;
|
||||
Keywords=vscode;
|
||||
X-Desktop-File-Install-Version=0.27
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Name[de]=Neues leeres Fenster
|
||||
Name[es]=Nueva ventana vacía
|
||||
Name[fr]=Nouvelle fenêtre vide
|
||||
Name[it]=Nuova finestra vuota
|
||||
Name[ja]=新しい空のウィンドウ
|
||||
Name[ko]=새 빈 창
|
||||
Name[ru]=Новое пустое окно
|
||||
Name[zh_CN]=新建空窗口
|
||||
Name[zh_TW]=開新空視窗
|
||||
Exec=code --no-sandbox
|
||||
Icon=vscode
|
||||
Reference in New Issue
Block a user