summaryrefslogtreecommitdiffstats
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/Makefile4
-rw-r--r--.local/share/applications/Makefile4
-rw-r--r--.local/share/applications/moc.desktop8
-rw-r--r--.local/share/applications/ncmpcpp.desktop8
-rw-r--r--.local/share/applications/poweroff.desktop8
-rw-r--r--.local/share/applications/reboot.desktop8
6 files changed, 0 insertions, 40 deletions
diff --git a/.local/share/Makefile b/.local/share/Makefile
deleted file mode 100644
index c06880a..0000000
--- a/.local/share/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-DESTDIR:=$(DESTDIR)/share
-modules=applications
-
-include ../../dotfiles.mk
diff --git a/.local/share/applications/Makefile b/.local/share/applications/Makefile
deleted file mode 100644
index 3d2ca22..0000000
--- a/.local/share/applications/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-DESTDIR:=$(DESTDIR)/applications
-objects=moc.desktop ncmpcpp.desktop poweroff.desktop reboot.desktop
-
-include ../../../dotfiles.mk
diff --git a/.local/share/applications/moc.desktop b/.local/share/applications/moc.desktop
deleted file mode 100644
index 7d83074..0000000
--- a/.local/share/applications/moc.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[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/.local/share/applications/ncmpcpp.desktop b/.local/share/applications/ncmpcpp.desktop
deleted file mode 100644
index 8151a1e..0000000
--- a/.local/share/applications/ncmpcpp.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[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/.local/share/applications/poweroff.desktop b/.local/share/applications/poweroff.desktop
deleted file mode 100644
index b809e56..0000000
--- a/.local/share/applications/poweroff.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[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/.local/share/applications/reboot.desktop b/.local/share/applications/reboot.desktop
deleted file mode 100644
index 34ca716..0000000
--- a/.local/share/applications/reboot.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=reboot
-GenericName=Reboot
-Comment=Reboot the system
-Exec=systemctl reboot
-Icon=reload.png
-Type=Application