diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index b344116..f9ef633 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -85,6 +85,7 @@ bspc rule -a brave-browser desktop=I bspc rule -a polybar border=off bspc rule -a 9menu border=off manage=off bspc rule -a tint2 border=off manage=off +bspc rule -a dunst border=off manage=off #bspc desktop I --layout monocle #bspc desktop II --layout monocle @@ -110,5 +111,5 @@ bspc rule -a tint2 border=off manage=off #Keybindings daemon sxhkd & #Source autostartfile. Uncomment this if you use bspwm-git -. $HOME/.config/bspwm/autostart +. $HOME/.config/bspwm/autostart > /tmp/bspwm-autostart.log 2>&1 diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 8fe1ae1..0583265 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -327,7 +327,7 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#22222200" + background = "#222222" foreground = "#eceff4" timeout = 10 # Icon for notifications with low urgency, uncomment to enable