diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-18 13:57:25 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-18 13:57:25 -0400 |
commit | a092749c672c997a40decb1afd1dd20fdc9deb60 (patch) | |
tree | a5112ed585ea7452d675bbc7d97b722ec124ea5b /.local/bin | |
parent | 969b0e66938b7690007bf2d0ede1fa93e7a5ff61 (diff) |
use dunst instead of xfce4-notifyd
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/notifyd | 14 |
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 |