Cleaned up deprecated packages and the like
This commit is contained in:
+15
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user