reimplemented dunst daemon
This commit is contained in:
parent
b0d520e09a
commit
dfcf0b3336
1 changed files with 7 additions and 2 deletions
|
|
@ -3,12 +3,14 @@
|
||||||
|
|
||||||
#Autostart
|
#Autostart
|
||||||
#Desktop
|
#Desktop
|
||||||
# xrandr --output HDMI-0 --brightness 1.1
|
xrandr --output HDMI-0 --brightness 1.1
|
||||||
#Laptop
|
#Laptop
|
||||||
# xbacklight -set 70
|
# xbacklight -set 70
|
||||||
|
|
||||||
picom --config /home/brian/.config/picom/picom.conf &
|
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 &
|
xbanish &
|
||||||
bst -e btop &
|
bst -e btop &
|
||||||
|
|
||||||
|
|
@ -33,8 +35,11 @@ bspc config merge_overlapping_monitors true
|
||||||
|
|
||||||
bspc config normal_border_color "#444444"
|
bspc config normal_border_color "#444444"
|
||||||
bspc config active_border_color "#2c77ac"
|
bspc config active_border_color "#2c77ac"
|
||||||
|
# bspc config active_border_color "#a9b926"
|
||||||
bspc config focused_border_color "#2c77ac"
|
bspc config focused_border_color "#2c77ac"
|
||||||
|
# bspc config focused_border_color "#a9b926"
|
||||||
bspc config presel_feedback_color "#2c77ac"
|
bspc config presel_feedback_color "#2c77ac"
|
||||||
|
# bspc config presel_feedback_color "#a9b926"
|
||||||
|
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue