Compare commits
3 Commits
feature/op
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7870f1f748 | |||
| 3e5344c1ae | |||
| 2e913d0dcd |
@@ -7,12 +7,13 @@
|
|||||||
| Shortcut | Beschreibung |
|
| Shortcut | Beschreibung |
|
||||||
|---|---|
|
|---|---|
|
||||||
| mod+Shift+Return | Alacritty Terminal |
|
| mod+Shift+Return | Alacritty Terminal |
|
||||||
| mod+Shift+w | Vivaldi Browser |
|
| mod+Shift+w | Helium Browser |
|
||||||
| mod+Shift+f | Ranger (Terminal File-Manager) |
|
| mod+Shift+f | Ranger (Terminal File-Manager) |
|
||||||
| mod+Shift+t | Thunar (grafischer File-Manager) |
|
| mod+Shift+t | Thunar (grafischer File-Manager) |
|
||||||
| mod+Shift+e | Mousepad (Text-Editor) |
|
| mod+Shift+e | Mousepad (Text-Editor) |
|
||||||
| mod+Shift+m | Ghostwriter (Markdown-Editor) |
|
| mod+Shift+m | Typora (Markdown-Editor) |
|
||||||
| mod+Shift+p | KeePassXC (Passwort-Manager) |
|
| mod+Shift+s | Signal |
|
||||||
|
| mod+Shift+i | Thunderbird (E-Mail) |
|
||||||
| mod+space | Rofi App-Launcher & Window-Switcher |
|
| mod+space | Rofi App-Launcher & Window-Switcher |
|
||||||
| mod+Ctrl+p | Pavucontrol (Audio-Einstellungen) |
|
| mod+Ctrl+p | Pavucontrol (Audio-Einstellungen) |
|
||||||
| mod+Ctrl+b | bmenu im Terminal |
|
| mod+Ctrl+b | bmenu im Terminal |
|
||||||
@@ -50,10 +51,11 @@
|
|||||||
|
|
||||||
**Workspace-Zuweisungen:**
|
**Workspace-Zuweisungen:**
|
||||||
- WS 1-3 - Frei verwendbar
|
- WS 1-3 - Frei verwendbar
|
||||||
- WS 4:WEB - Vivaldi Browser
|
- WS 4:WEB - Helium Browser
|
||||||
- WS 5:EDIT - Mousepad, Ghostwriter
|
- WS 5:EDIT - Mousepad, Typora
|
||||||
- WS 6:FILES - Thunar
|
- WS 6:FILES - Thunar
|
||||||
- WS 7-8 - Frei verwendbar
|
- WS 7:MAIL - Thunderbird
|
||||||
|
- WS 8:CHAT - Signal
|
||||||
|
|
||||||
### Screenshots (macOS-Style)
|
### Screenshots (macOS-Style)
|
||||||
|
|
||||||
@@ -76,6 +78,9 @@
|
|||||||
| mod+Ctrl+d | Autorandr: Monitor-Profil automatisch erkennen |
|
| mod+Ctrl+d | Autorandr: Monitor-Profil automatisch erkennen |
|
||||||
| mod+Ctrl+a | Arandr: grafisches Display-Layout öffnen |
|
| mod+Ctrl+a | Arandr: grafisches Display-Layout öffnen |
|
||||||
| mod+Ctrl+m | Schnell: externer Monitor rechts neben Laptop |
|
| mod+Ctrl+m | Schnell: externer Monitor rechts neben Laptop |
|
||||||
|
| mod+Ctrl+Up | Aktuelles Fenster zu externem Monitor verschieben |
|
||||||
|
| mod+Ctrl+Down | Aktuelles Fenster zurück zum Laptop-Monitor |
|
||||||
|
| mod+Ctrl+Shift+Down | Alle Fenster vom externen Monitor zurück zum Laptop |
|
||||||
|
|
||||||
### Benachrichtigungen (Dunst)
|
### Benachrichtigungen (Dunst)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
username: "venkatn"
|
username: "kalle"
|
||||||
userhome: "/home/{{ username }}"
|
userhome: "/home/{{ username }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
@@ -5,15 +5,27 @@
|
|||||||
|
|
||||||
- name: Package Installation - Productivity Tools
|
- name: Package Installation - Productivity Tools
|
||||||
package:
|
package:
|
||||||
name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"]
|
name: ["alacritty", "ranger", "mousepad", "thunar", "xclip", "signal-desktop", "thunderbird", "pulseaudio", "pavucontrol"]
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Package Installation - Install AUR packages
|
- name: Package Installation - Install AUR greenclip
|
||||||
become_user: "{{ username }}"
|
become_user: "{{ username }}"
|
||||||
command: yay -S --noconfirm greenclip
|
command: yay -S --noconfirm greenclip
|
||||||
args:
|
args:
|
||||||
creates: /usr/bin/greenclip
|
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
|
- name: Package Installation - Development Tools
|
||||||
package:
|
package:
|
||||||
name: ["binutils"]
|
name: ["binutils"]
|
||||||
|
|||||||
Reference in New Issue
Block a user