summaryrefslogtreecommitdiffstats
path: root/fehlstart
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:21:21 +0100
committerGravatar Tom Willemse2013-11-03 21:21:21 +0100
commit5c6cd059e8395d7f24d4b199e59c8c2f562dc438 (patch)
tree2e108e0724b5f5248de11c515312fa8c7c04ab4c /fehlstart
parentcca8771d855a3c8ba67bcb43a45967d9e4b6dd15 (diff)
downloaddotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.tar.gz
dotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.zip
New stow hierarchy
Diffstat (limited to 'fehlstart')
-rw-r--r--fehlstart/.config/fehlstart/fehlstart.rc22
-rw-r--r--fehlstart/.local/share/applications/moc.desktop8
-rw-r--r--fehlstart/.local/share/applications/ncmpcpp.desktop8
-rw-r--r--fehlstart/.local/share/applications/poweroff.desktop8
-rw-r--r--fehlstart/.local/share/applications/reboot.desktop8
5 files changed, 54 insertions, 0 deletions
diff --git a/fehlstart/.config/fehlstart/fehlstart.rc b/fehlstart/.config/fehlstart/fehlstart.rc
new file mode 100644
index 0000000..6810f50
--- /dev/null
+++ b/fehlstart/.config/fehlstart/fehlstart.rc
@@ -0,0 +1,22 @@
+
+[Bindings]
+launch=<Super>r
+
+[Matching]
+strict=false
+executable=true
+
+[Update]
+interval=15
+
+[Icons]
+show=true
+cache=true
+
+[Border]
+color=#000000
+width=1
+
+[Window]
+width=200
+height=100
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