summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-18 13:57:25 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-18 13:57:25 -0400
commita092749c672c997a40decb1afd1dd20fdc9deb60 (patch)
treea5112ed585ea7452d675bbc7d97b722ec124ea5b /.local
parent969b0e66938b7690007bf2d0ede1fa93e7a5ff61 (diff)
use dunst instead of xfce4-notifyd
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/notifyd14
1 files changed, 0 insertions, 14 deletions
diff --git a/.local/bin/notifyd b/.local/bin/notifyd
deleted file mode 100755
index ddd5971..0000000
--- a/.local/bin/notifyd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-connected_to_x_server() {
- xdpyinfo &>/dev/null
- return $?
-}
-
-start_backend() {
- /usr/lib/xfce4/notifyd/xfce4-notifyd
-}
-
-while connected_to_x_server; do
- start_backend
-done