Compare commits

..

1 Commits

Author SHA1 Message Date
paul-loedige befd6fa62c fixed apps that stopped working 2026-06-02 18:08:31 +09:00
2 changed files with 10 additions and 20 deletions
+9 -19
View File
@@ -1511,9 +1511,6 @@ dropdown_groups_info.append((name,
['mod1','control'],'e')) ['mod1','control'],'e'))
#+end_src #+end_src
***** [[https://bitwarden.com/][Bitwarden]] ***** [[https://bitwarden.com/][Bitwarden]]
#+begin_src conf :tangle pkg-list.txt
bitwarden
#+end_src
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes #+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
name = 'Bitwarden' name = 'Bitwarden'
dropdown_groups_info.append((name, dropdown_groups_info.append((name,
@@ -1525,14 +1522,11 @@ dropdown_groups_info.append((name,
['mod1','control'],'p')) ['mod1','control'],'p'))
#+end_src #+end_src
***** WhatsApp ***** WhatsApp
#+begin_src conf :tangle pkg-list.txt
whatsapp-for-linux
#+end_src
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes #+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
name = 'WhatsApp' name = 'WhatsApp'
dropdown_groups_info.append((name, dropdown_groups_info.append((name,
DropDown(name, DropDown(name,
'wasistlos', 'zapzap',
height = 0.5, height = 0.5,
width = 0.8, width = 0.8,
x = .1, x = .1,
@@ -1543,9 +1537,6 @@ dropdown_groups_info.append((name,
#+end_src #+end_src
***** [[https://www.signal.org/][Signal]] ***** [[https://www.signal.org/][Signal]]
#+begin_src conf :tangle pkg-list.txt
signal-desktop
#+end_src
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes #+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
name = 'Signal' name = 'Signal'
dropdown_groups_info.append((name, dropdown_groups_info.append((name,
@@ -3166,6 +3157,7 @@ fi
**** Installation **** Installation
#+begin_src conf :tangle pkg-list.txt #+begin_src conf :tangle pkg-list.txt
curl curl
python-argcomplete
#+end_src #+end_src
Install if needed Install if needed
Notes: Notes:
@@ -3187,6 +3179,10 @@ fi
#+end_src #+end_src
**** Basic Configuration **** Basic Configuration
#+begin_src shell :tangle ~/.zshrc #+begin_src shell :tangle ~/.zshrc
autoload -U bashcompinit
bashcompinit
eval "$(register-python-argcomplete pipenv)"
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
# Uncomment the following line to use case-sensitive completion. # Uncomment the following line to use case-sensitive completion.
@@ -3272,7 +3268,7 @@ plugins=(
isodate isodate
nmap nmap
pip pip
pipenv # pipenv
python python
rsync rsync
svn svn
@@ -4005,12 +4001,7 @@ thunderbird &
** WhatsApp ** WhatsApp
#+begin_src shell :tangle pkg-list.txt #+begin_src shell :tangle pkg-list.txt
whatsapp-for-linux-git zapzap
#+end_src
*** Fix Webkit2GTK
for more information see [[https://github.com/tauri-apps/tauri/issues/9304][this Github issue]]
#+begin_src conf :tangle "/sudo::/etc/environment"
WEBKIT_DISABLE_DMABUF_RENDERER=1
#+end_src #+end_src
** signal ** signal
#+begin_src shell :tangle pkg-list.txt #+begin_src shell :tangle pkg-list.txt
@@ -4247,7 +4238,6 @@ texlive-xetex
*** Pympress *** Pympress
#+begin_src shell :tangle pkg-list.txt #+begin_src shell :tangle pkg-list.txt
python-pympress python-pympress
python-vlc
#+end_src #+end_src
** [[https://openprinting.github.io/cups/][CUPS]] ** [[https://openprinting.github.io/cups/][CUPS]]
#+begin_src shell :tangle pkg-list.txt #+begin_src shell :tangle pkg-list.txt
@@ -4329,7 +4319,7 @@ teamviewer
#+end_src #+end_src
** Anki ** Anki
#+begin_src shell :tangle pkg-list.txt #+begin_src shell :tangle pkg-list.txt
anki-bin anki
#+end_src #+end_src
** [[https://www.freecad.org/][FreeCAD]] ** [[https://www.freecad.org/][FreeCAD]]
#+begin_src conf :tangle pkg-list.txt #+begin_src conf :tangle pkg-list.txt