Anwendungen aktualisiert: Helium, Typora, Signal, Thunderbird, Multi-Monitor-Shortcuts

- KeePassXC entfernt, Vivaldi durch Helium Browser ersetzt
- Ghostwriter durch Typora ersetzt
- Signal Desktop und Thunderbird hinzugefügt (WS8:CHAT, WS7:MAIL)
- Multi-Monitor Shortcuts: mod+Ctrl+Up/Down/Shift+Down
- AUR-Tasks aufgeteilt (eigener creates-Check pro Paket)
- pulseaudio und pavucontrol zur Paketliste hinzugefügt
- Dokumentation aktualisiert

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 19:53:50 +01:00
parent 713652c808
commit 2e913d0dcd
2 changed files with 25 additions and 8 deletions

View File

@@ -5,15 +5,27 @@
- name: Package Installation - Productivity Tools
package:
name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"]
name: ["alacritty", "ranger", "mousepad", "thunar", "xclip", "signal-desktop", "thunderbird", "pulseaudio", "pavucontrol"]
state: present
- name: Package Installation - Install AUR packages
- name: Package Installation - Install AUR greenclip
become_user: "{{ username }}"
command: yay -S --noconfirm greenclip
args:
creates: /usr/bin/greenclip
- name: Package Installation - Install AUR helium-browser-bin
become_user: "{{ username }}"
command: yay -S --noconfirm helium-browser-bin
args:
creates: /usr/bin/helium-browser
- name: Package Installation - Install AUR typora
become_user: "{{ username }}"
command: yay -S --noconfirm typora
args:
creates: /usr/bin/typora
- name: Package Installation - Development Tools
package:
name: ["binutils"]