From 11cc8e8e18d0c0aedf82960b070238aa139efa64 Mon Sep 17 00:00:00 2001 From: scbj Date: Tue, 14 Apr 2026 11:45:38 +0200 Subject: [PATCH] (dunst) made sure dunst is started --- dunst/.config/dunst/dunstrc | 2 +- i3/.config/i3/config | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 0994f68..bd1c79f 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -33,7 +33,7 @@ origin = top-right # Offset from the origin - offset = 12x80 + offset = 6x80 # Scale factor. It is auto-detected if value is 0. scale = 0 diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 11c951e..4af6031 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -38,6 +38,9 @@ tiling_drag modifier titlebar # starting auxiliary applications # ################################### +# start notification daemon +exec --no-startup-id dunst + # start compositor and polybar, etc. exec --no-startup-id picom -b @@ -49,10 +52,6 @@ exec_always --no-startup-id bash ~/.config/polybar/launch_polybar.sh # screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork -e -c 7070bb -# NetworkManager is the most popular way to manage wireless networks on Linux, -# and nm-applet is a desktop environment-independent system tray GUI for it. -exec --no-startup-id nm-applet - ########################### # configuring keybindings #