add KDE new file entry

This commit is contained in:
Alexander Popov 2022-07-17 12:39:15 +03:00
parent b3f4a9db8f
commit 94eb9bf3ea
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
5 changed files with 43 additions and 1 deletions

View File

@ -1 +1,19 @@
Templates for new documents in GNOME
Templates for new documents
===========================
### Install for GNOME
```sh
mkdir -p $HOME/Templates
cp ./files/* $HOME/Templates/
```
### Install for KDE
```sh
mkdir -p $HOME/Templates
mkdir -p $HOME/.local/share/templates
cp ./files/* $HOME/Templates/
cp ./kde/* $HOME/.local/share/templates/
```

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=CSS
Comment=
Type=Link
URL=/home/user/Templates/CSS.css
Icon=text-css

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Empty File
Comment=
Type=Link
URL=/home/user/Templates/File
Icon=none

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=HTML
Comment=
Type=Link
URL=/home/user/Templates/HTML.html
Icon=text-html

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=JavaScript
Comment=
Type=Link
URL=/home/user/Templates/JavaScript.js
Icon=application-json