[Bin, Autostart] Picom experimental backend flag no longer needed

This commit is contained in:
Lucien Cartier-Tilet 2022-09-19 12:02:15 +02:00
parent 77694e9aa0
commit 12c9adeb36
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ of said command running.
| ~pactl~ | ~load-module module-switch-on-connect~ | | | ~pactl~ | ~load-module module-switch-on-connect~ | |
| ~mpc~ | ~stop~ | no | | ~mpc~ | ~stop~ | no |
| ~xrdb~ | ~-merge "$XDG_CONFIG_HOME"/X11/Xresources~ | no | | ~xrdb~ | ~-merge "$XDG_CONFIG_HOME"/X11/Xresources~ | no |
| ~picom~ | ~--experimental-backends~ | yes | | ~picom~ | | yes |
| ~numlockx~ | ~on~ | yes | | ~numlockx~ | ~on~ | yes |
| ~xfce-polkit~ | | yes | | ~xfce-polkit~ | | yes |
| ~nm-applet~ | | yes | | ~nm-applet~ | | yes |
@ -70,7 +70,7 @@ of said command running.
"\n") "\n")
#+END_SRC #+END_SRC
#+RESULTS[aa4d3befb57ec44dc2a4d8dcd84fad5780c61186]: autostart-gen #+RESULTS[8c42a43989020c61050b2930ae60c81248c2dd44]: autostart-gen
#+begin_src bash :exports code #+begin_src bash :exports code
which pactl && pactl load-module module-switch-on-connect & which pactl && pactl load-module module-switch-on-connect &
which mpc && mpc stop & which mpc && mpc stop &
@ -78,7 +78,7 @@ which xrdb && xrdb -merge "$XDG_CONFIG_HOME"/X11/Xresources &
which picom && if pgrep -x picom ; then which picom && if pgrep -x picom ; then
echo picom already running echo picom already running
else else
picom --experimental-backends & picom &
disown disown
fi fi
which numlockx && if pgrep -x numlockx ; then which numlockx && if pgrep -x numlockx ; then