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