Added startup logging, colour changes and removed notification border

This commit is contained in:
2021-09-29 21:14:52 +02:00
parent f75f5d2afc
commit 3fff390207
2 changed files with 3 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ bspc rule -a brave-browser desktop=I
bspc rule -a polybar border=off bspc rule -a polybar border=off
bspc rule -a 9menu border=off manage=off bspc rule -a 9menu border=off manage=off
bspc rule -a tint2 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 I --layout monocle
#bspc desktop II --layout monocle #bspc desktop II --layout monocle
@@ -110,5 +111,5 @@ bspc rule -a tint2 border=off manage=off
#Keybindings daemon #Keybindings daemon
sxhkd & sxhkd &
#Source autostartfile. Uncomment this if you use bspwm-git #Source autostartfile. Uncomment this if you use bspwm-git
. $HOME/.config/bspwm/autostart . $HOME/.config/bspwm/autostart > /tmp/bspwm-autostart.log 2>&1

View File

@@ -327,7 +327,7 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#22222200" background = "#222222"
foreground = "#eceff4" foreground = "#eceff4"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable