reimplemented dunst daemon

This commit is contained in:
tomit4 2022-05-26 14:10:57 -07:00
parent b0d520e09a
commit dfcf0b3336

View file

@ -3,12 +3,14 @@
#Autostart
#Desktop
# xrandr --output HDMI-0 --brightness 1.1
xrandr --output HDMI-0 --brightness 1.1
#Laptop
# xbacklight -set 70
picom --config /home/brian/.config/picom/picom.conf &
feh --bg-fill /home/brian/Pictures/debian_wide_sand2.png &
feh --bg-fill /home/brian/Pictures/nord_mountains.png &
# feh --bg-fill /home/brian/Pictures/gruvbox_braille.png &
dunst &
xbanish &
bst -e btop &
@ -33,8 +35,11 @@ bspc config merge_overlapping_monitors true
bspc config normal_border_color "#444444"
bspc config active_border_color "#2c77ac"
# bspc config active_border_color "#a9b926"
bspc config focused_border_color "#2c77ac"
# bspc config focused_border_color "#a9b926"
bspc config presel_feedback_color "#2c77ac"
# bspc config presel_feedback_color "#a9b926"
bspc config split_ratio 0.50
bspc config borderless_monocle true