diff --git a/config.org b/config.org index 5120f78..b2e854b 100644 --- a/config.org +++ b/config.org @@ -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 diff --git a/zsh/.oh-my-zsh/custom/themes/powerlevel10k b/zsh/.oh-my-zsh/custom/themes/powerlevel10k index d804048..604f19a 160000 --- a/zsh/.oh-my-zsh/custom/themes/powerlevel10k +++ b/zsh/.oh-my-zsh/custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit d804048efc46b8b248693fa3a7bfc9f863bb1254 +Subproject commit 604f19a9eaa18e76db2e60b8d446d5f879065f90