diff options
author | zachir <zachir@librem.one> | 2021-01-31 21:46:15 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-01-31 21:46:15 -0600 |
commit | 064b7175c73ddb8936f41ac6bc609e5be7863bc5 (patch) | |
tree | 6e897c77b5a29c65b3d2ef8370d3da4bd78395d5 | |
parent | 92658f4726ad66ee5b7fde010bfb7750c530d0f3 (diff) |
Add desktop file
-rw-r--r-- | dwm.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dwm.desktop b/dwm.desktop new file mode 100644 index 0000000..5a6021f --- /dev/null +++ b/dwm.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=6.3 +Type=Application +Name=dwm +Comment=Suckless' dynamic window manager +Exec=dwm +Icon=dwm +Terminal=false +StartupNotify=false +Categories=Application; |