Cleaned up deprecated packages and the like

This commit is contained in:
paul-loedige
2025-12-26 18:54:09 -04:00
parent 3f6e79b333
commit 4a6c3b027b
+15 -9
View File
@@ -152,6 +152,7 @@
- [[#zip][zip]]
- [[#7zip][7zip]]
- [[#openvpn][openvpn]]
- [[#reflector][Reflector]]
- [[#misc][Misc]]
- [[#latex-1][LaTeX]]
- [[#cups][CUPS]]
@@ -179,6 +180,7 @@
- [[#portfolio-performance][Portfolio Performance]]
- [[#steam][Steam]]
- [[#hugo][Hugo]]
- [[#qgis][QGis]]
- [[#manual-tasks-after-tangling][Manual Tasks after tangling]]
- [[#other-todos][Other TODOs]]
- [[#dunst][dunst]]
@@ -1498,9 +1500,6 @@ dropdown_groups_info.append((name,
['mod1','control'],'a'))
#+end_src
***** DropDown [[https://wiki.archlinux.org/title/PCManFM][PCManFM]]
#+begin_src conf :tangle pkg-list.txt
pcmanfm-gtk3
#+end_src
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
name = 'filemanager'
dropdown_groups_info.append((name,
@@ -1859,9 +1858,6 @@ keys.extend([
])
#+end_src
***** PCManFM
#+begin_src conf :tangle pkg-list.txt
pcmanfm-gtk3
#+end_src
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
keys.extend([
Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"),
@@ -2630,7 +2626,7 @@ fi
*** mu
**** Installation
#+begin_src config :tangle pkg-list.txt
mu
mu-git
#+end_src
***** Initialize if needed
#+begin_src shell :tangle update.sh
@@ -3938,7 +3934,7 @@ fi
#+end_src
** Authentication Agent
#+begin_src shell :tangle pkg-list.txt
lxsession-gtk3
lxsession
#+end_src
#+begin_src shell :tangle ~/.autostart.sh
lxpolkit &
@@ -4009,7 +4005,7 @@ thunderbird &
** WhatsApp
#+begin_src shell :tangle pkg-list.txt
whatsapp-for-linux
whatsapp-for-linux-git
#+end_src
*** Fix Webkit2GTK
for more information see [[https://github.com/tauri-apps/tauri/issues/9304][this Github issue]]
@@ -4197,6 +4193,11 @@ zip
openvpn
networkmanager-openvpn
#+end_src
** [[reflector][Reflector]]
A tool for updating the mirror list
#+begin_src config :tangle pkg-list.txt
reflector
#+end_src
* Misc
** LaTeX
*** TeX Live
@@ -4356,6 +4357,11 @@ Install the basic requirements
#+begin_src config :tangle pkg-list.txt
hugo
#+end_src
** [[https://qgis.org][QGis]]
A tool for editing GPS data
#+begin_src config :tangle pkg-list.txt
qgis
#+end_src
* Manual Tasks after tangling
1. run ~update.sh~
2. log out and back in to update group permissions