changed how daemons are launched via xinitrc vs bspwm
This commit is contained in:
parent
662ca04500
commit
f10eef85aa
2 changed files with 19 additions and 16 deletions
12
xinitrc.txt
12
xinitrc.txt
|
|
@ -35,14 +35,22 @@ fi
|
|||
# Start compositor
|
||||
# picom blah blah ...
|
||||
|
||||
#Desktop
|
||||
xrandr --output HDMI-0 --brightness 1.1 & #--set TearFree on &
|
||||
#Laptop
|
||||
# xbacklight -set 70
|
||||
|
||||
picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends &
|
||||
# Start applets, daemons, etc.
|
||||
# diskie
|
||||
# nm-applet
|
||||
# ...
|
||||
dunst &
|
||||
xbanish &
|
||||
pulseaudio --start &
|
||||
|
||||
# Start i3wm
|
||||
# exec i3
|
||||
|
||||
# Start bspwm
|
||||
sxhkd -c /home/brian/.config/sxhkd/sxhkdrc&
|
||||
pgrep -x sxhkd > /dev/null || sxhkd -c /home/brian/.config/sxhkd/sxhkdrc &
|
||||
exec bspwm -c /home/brian/.config/bspwm/bspwmrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue