add chromium.desktop

This commit is contained in:
2022-07-17 12:21:32 +03:00
parent 60d1d8f5df
commit b3f4a9db8f
2 changed files with 40 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
My .desktop files
=================
### Install
```sh
mkdir -p $HOME/.local/share/applications
cp ./* $HOME/.local/share/applications
update-desktop-database $HOME/.local/share/applications/
```