Skip to content

Commit

Permalink
Create a snippet to create desktop files (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
yilkalargaw authored Jan 5, 2024
1 parent ef4f512 commit 1eacad1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions snippets/conf-desktop-mode/desk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- mode: snippet -*-
# name: current-date
# key: desk
# contributor : Yilkal Argaw <[email protected]>
# --
[Desktop Entry]
Encoding=${1:UTF-8}
Version=${2:1.0}
Type=${3:Application}
NoDisplay=${4:false}
Terminal=${5:false}
Exec=${}
Name=${}
Icon=${}
Comment=${}
Categories=${}

0 comments on commit 1eacad1

Please sign in to comment.