summaryrefslogtreecommitdiffstats
path: root/.config/x11/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/x11/xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 5d1eaf3..5b68e7f 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -1,7 +1,7 @@
# vim: filetype=sh
startif() {
- if ! pgrep "$1"; then
+ if ! pgrep "$1" >/dev/null; then
bsdsetsid "$@" >/dev/null 2>&1
fi
}
@@ -14,7 +14,7 @@ startif musicpd
startif mpd-notification
startif lowbat
startif emacs --daemon
-notify-send -u low -t 2000 'emacs' ' Emacs daemonized'
+notify-send -u low -t 2000 'emacs' ' Emacs daemonized'
cd /home/jozan
xrdb /home/jozan/.config/x11/xresources
notify-send -u normal 'Welcome' " Welcome back, partner\!"