startpicom
This commit is contained in:
parent
486ba2b7e7
commit
08dc652d7a
2 changed files with 5 additions and 2 deletions
|
@ -23,8 +23,7 @@ bspc rule -a Screenkey manage=off
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
# picom :D
|
# picom :D
|
||||||
killall -q picom
|
/home/sako/.config/picom/startpicom &
|
||||||
picom &
|
|
||||||
|
|
||||||
# background
|
# background
|
||||||
feh --bg-scale /home/sako/background.png &
|
feh --bg-scale /home/sako/background.png &
|
||||||
|
|
4
config/picom/startpicom
Executable file
4
config/picom/startpicom
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
killall -q picom
|
||||||
|
picom
|
Loading…
Reference in a new issue