From 5c615e0d954b915ac48e7bab5d74b5ccba37adbf Mon Sep 17 00:00:00 2001 From: ION606 Date: Thu, 28 Nov 2024 13:00:49 -0500 Subject: [PATCH] notif daemon fix --- i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/config b/i3/config index dd79a1c..153d06c 100644 --- a/i3/config +++ b/i3/config @@ -34,6 +34,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # 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 +exec --no-startup-id /usr/lib/notify-osd/notify-osd & exec_always feh --bg-fill "$(find /home/ion606/Pictures/astolfo/ -type f | shuf -n 1)" exec_always picom --config .config/picom/picom.conf @@ -52,6 +53,8 @@ bindsym XF86MonBrightnessDown exec brightnessctl set 10%- bindsym XF86MonBrightnessUp exec brightnessctl set +10% +bindsym $mod+Shift+B exec feh --bg-fill "/home/ion606/Pictures/bk.gif" + # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod