diff options
author | awy <awy@awy.one> | 2024-10-29 16:38:13 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-29 16:38:13 +0300 |
commit | 27a6997cf03e29c89fd607355435ece656849f72 (patch) | |
tree | 9714efdeb81220ec8092f431cacb2cb92de0491f /.local/share | |
parent | ce2565ecaa66b1d48bfd6c900a40bba2e1c27e74 (diff) |
spotify-player shortcut
Diffstat (limited to '.local/share')
-rwxr-xr-x | .local/share/applications/spotify.desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.local/share/applications/spotify.desktop b/.local/share/applications/spotify.desktop new file mode 100755 index 0000000..af70fac --- /dev/null +++ b/.local/share/applications/spotify.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=spotify +Icon=spotify +Exec=spotify_player +Terminal=true +Categories=AudioVideo; |