added openvpn and fixed picom

This commit is contained in:
paul-loedige
2025-03-26 16:32:52 +01:00
parent 7a95f1c487
commit 5cbe965266
+10
View File
@@ -150,6 +150,7 @@
- [[#xclip][XClip]] - [[#xclip][XClip]]
- [[#yt-dlp][yt-dlp]] - [[#yt-dlp][yt-dlp]]
- [[#zip][zip]] - [[#zip][zip]]
- [[#openvpn][openvpn]]
- [[#misc][Misc]] - [[#misc][Misc]]
- [[#latex-1][LaTeX]] - [[#latex-1][LaTeX]]
- [[#cups][CUPS]] - [[#cups][CUPS]]
@@ -857,6 +858,10 @@ picom
# You should make any changes there and regenerate it from Emacs org-mode # You should make any changes there and regenerate it from Emacs org-mode
# using org-babel-tangle (C-c C-v t) # using org-babel-tangle (C-c C-v t)
#+end_src
***** Backend
#+begin_src conf :tangle ~/.config/picom/picom.conf :mkdirp yes
backend = "glx";
#+end_src #+end_src
***** Shadows ***** Shadows
disable shadow disable shadow
@@ -4164,6 +4169,11 @@ yt-dlp
#+begin_src shell :tangle pkg-list.txt #+begin_src shell :tangle pkg-list.txt
zip zip
#+end_src #+end_src
** openvpn
#+begin_src config :tangle pkg-list.txt
openvpn
networkmanager-openvpn
#+end_src
* Misc * Misc
** LaTeX ** LaTeX
*** TeX Live *** TeX Live