mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Added startup logging, colour changes and removed notification border
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user