Ignore some .desktop files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
28a2c38e61
commit
51592f7a43
2 changed files with 5 additions and 18 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -22,6 +22,11 @@ system/.config/gtk-2.0/gtkfilechooser.ini
|
||||||
|
|
||||||
system/.config/task/localrc
|
system/.config/task/localrc
|
||||||
|
|
||||||
|
# Desktop files
|
||||||
|
system/.local/share/applications/jetbrains-*.desktop
|
||||||
|
system/.local/share/applications/discord-*.desktop
|
||||||
|
system/.local/share/applications/wine/
|
||||||
|
|
||||||
# PhpStorm Configuration
|
# PhpStorm Configuration
|
||||||
system/.config/phpstorm/config/port.lock
|
system/.config/phpstorm/config/port.lock
|
||||||
system/.config/phpstorm/config/port
|
system/.config/phpstorm/config/port
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=Code - OSS
|
|
||||||
Comment=Code Editing. Redefined.
|
|
||||||
GenericName=Text Editor
|
|
||||||
Exec=code --unity-launch %F
|
|
||||||
Icon=com.visualstudio.code.oss
|
|
||||||
Type=Application
|
|
||||||
StartupNotify=false
|
|
||||||
StartupWMClass=Code
|
|
||||||
Categories=TextEditor;Development;IDE;
|
|
||||||
MimeType=text/plain;application/x-code-oss-workspace;
|
|
||||||
Actions=new-empty-window;
|
|
||||||
Keywords=vscode;
|
|
||||||
|
|
||||||
[Desktop Action new-empty-window]
|
|
||||||
Name=New Empty Window
|
|
||||||
Exec=/usr/bin/code-oss --new-window %F
|
|
||||||
Icon=com.visualstudio.code.oss
|
|
Loading…
Add table
Add a link
Reference in a new issue