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'))
#+end_src
***** [[https://bitwarden.com/][Bitwarden]]
#+begin_src conf :tangle pkg-list.txt
bitwarden
#+end_src
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
name = 'Bitwarden'
dropdown_groups_info.append((name,
@@ -1525,14 +1522,11 @@ dropdown_groups_info.append((name,
['mod1','control'],'p'))
#+end_src
***** WhatsApp
#+begin_src conf :tangle pkg-list.txt
whatsapp-for-linux
#+end_src
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
name = 'WhatsApp'
dropdown_groups_info.append((name,
DropDown(name,
'wasistlos',
'zapzap',
height = 0.5,
width = 0.8,
x = .1,
@@ -1543,9 +1537,6 @@ dropdown_groups_info.append((name,
#+end_src
***** [[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
name = 'Signal'
dropdown_groups_info.append((name,
@@ -3166,6 +3157,7 @@ fi
**** Installation
#+begin_src conf :tangle pkg-list.txt
curl
python-argcomplete
#+end_src
Install if needed
Notes:
@@ -3187,6 +3179,10 @@ fi
#+end_src
**** Basic Configuration
#+begin_src shell :tangle ~/.zshrc
autoload -U bashcompinit
bashcompinit
eval "$(register-python-argcomplete pipenv)"
export ZSH="$HOME/.oh-my-zsh"
# Uncomment the following line to use case-sensitive completion.
@@ -3272,7 +3268,7 @@ plugins=(
isodate
nmap
pip
pipenv
# pipenv
python
rsync
svn
@@ -4005,12 +4001,7 @@ thunderbird &
** WhatsApp
#+begin_src shell :tangle pkg-list.txt
whatsapp-for-linux-git
#+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
zapzap
#+end_src
** signal
#+begin_src shell :tangle pkg-list.txt
@@ -4247,7 +4238,6 @@ texlive-xetex
*** Pympress
#+begin_src shell :tangle pkg-list.txt
python-pympress
python-vlc
#+end_src
** [[https://openprinting.github.io/cups/][CUPS]]
#+begin_src shell :tangle pkg-list.txt
@@ -4329,7 +4319,7 @@ teamviewer
#+end_src
** Anki
#+begin_src shell :tangle pkg-list.txt
anki-bin
anki
#+end_src
** [[https://www.freecad.org/][FreeCAD]]
#+begin_src conf :tangle pkg-list.txt