From 5c6cd059e8395d7f24d4b199e59c8c2f562dc438 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Nov 2013 21:21:21 +0100 Subject: New stow hierarchy --- fehlstart/.local/share/applications/moc.desktop | 8 ++++++++ fehlstart/.local/share/applications/ncmpcpp.desktop | 8 ++++++++ fehlstart/.local/share/applications/poweroff.desktop | 8 ++++++++ fehlstart/.local/share/applications/reboot.desktop | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 fehlstart/.local/share/applications/moc.desktop create mode 100644 fehlstart/.local/share/applications/ncmpcpp.desktop create mode 100644 fehlstart/.local/share/applications/poweroff.desktop create mode 100644 fehlstart/.local/share/applications/reboot.desktop (limited to 'fehlstart/.local/share') diff --git a/fehlstart/.local/share/applications/moc.desktop b/fehlstart/.local/share/applications/moc.desktop new file mode 100644 index 0000000..7d83074 --- /dev/null +++ b/fehlstart/.local/share/applications/moc.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=moc +GenericName=Music Player +Comment=Play Music +Exec=urxvt -e mocp +Icon=audio-x-generic.png +Type=Application diff --git a/fehlstart/.local/share/applications/ncmpcpp.desktop b/fehlstart/.local/share/applications/ncmpcpp.desktop new file mode 100644 index 0000000..8151a1e --- /dev/null +++ b/fehlstart/.local/share/applications/ncmpcpp.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=ncmpcpp +GenericName=Music Player +Comment=Play Music +Exec=urxvt -e ncmpcpp +Icon=audio-x-generic.png +Type=Application diff --git a/fehlstart/.local/share/applications/poweroff.desktop b/fehlstart/.local/share/applications/poweroff.desktop new file mode 100644 index 0000000..b809e56 --- /dev/null +++ b/fehlstart/.local/share/applications/poweroff.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=poweroff +GenericName=Power Off +Comment=Turn off the power +Exec=systemctl poweroff +Icon=system-shutdown.png +Type=Application diff --git a/fehlstart/.local/share/applications/reboot.desktop b/fehlstart/.local/share/applications/reboot.desktop new file mode 100644 index 0000000..34ca716 --- /dev/null +++ b/fehlstart/.local/share/applications/reboot.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=reboot +GenericName=Reboot +Comment=Reboot the system +Exec=systemctl reboot +Icon=reload.png +Type=Application -- cgit v1.2.3-54-g00ecf