startpicom

This commit is contained in:
Sakooooo 2023-08-15 20:12:08 +03:00
parent 486ba2b7e7
commit 08dc652d7a
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 5 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
#!/bin/sh
killall -q picom
picom