start compositor directly
This commit is contained in:
parent
9d33a1c08e
commit
d1ee31bbb3
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
nohup picom \
|
|
||||||
--config "$HOME/.config/picom/picom.conf"\
|
|
||||||
--experimental-backends &>/dev/null &
|
|
4
.xinitrc
4
.xinitrc
|
@ -16,13 +16,11 @@ sh $SCRIPTS/kbd/capsctrl
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
|
||||||
# start compositor
|
# start compositor
|
||||||
sh $SCRIPTS/comp
|
picom -b
|
||||||
|
|
||||||
# unstrain eyes
|
# unstrain eyes
|
||||||
redshift -l 53:0 &
|
redshift -l 53:0 &
|
||||||
|
|
||||||
#mopidy & # bops
|
|
||||||
|
|
||||||
# external drive management
|
# external drive management
|
||||||
udiskie &
|
udiskie &
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue