+ applications

This commit is contained in:
committer
2024-06-10 11:00:47 -05:00
parent a190e02ce1
commit 654992376a
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=trash-put
GenericName=trash-put
Icon=system-error
Exec=trash-put
Terminal=false
Type=Application
Categories=System;FileTools;FileManager
StartupNotify=false

View File

@@ -163,6 +163,10 @@ if [ ${operation} == "dots" ] ; then
# system # system
# ---------- # ----------
# applications
file_path=/usr/share/applications
deploy_file "${dots_trg}/applications/*" "${file_path}/"
# bashrc # bashrc
file_name=.bashrc file_name=.bashrc
file_path=/home/${system_user} file_path=/home/${system_user}