From 59038964c05972586ec6e39172313adce2ff5d25 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Fri, 31 Jul 2020 14:30:22 +0400
Subject: [PATCH] Fixed dunst.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 dotfiles/.xutil | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/.xutil b/dotfiles/.xutil
index 592a397..261e6dc 100644
--- a/dotfiles/.xutil
+++ b/dotfiles/.xutil
@@ -3,5 +3,5 @@
 setxkbmap -model pc105 -layout us,ru -option grp:caps_toggle
 picom --config ~/.picom.conf -b
 nitrogen --restore
-dunst -c ~/.dunstrc &
+dunst -config ~/.dunstrc &
 unclutter &
-- 
GitLab