Optimized i3 setup: clipboard manager, scratchpad terminal, workspace assignments, media keys with dunstify, thunar, autotiling, system info notification
This commit is contained in:
@@ -5,9 +5,15 @@
|
||||
|
||||
- name: Package Installation - Productivity Tools
|
||||
package:
|
||||
name: ["alacritty", "ranger", "mousepad", "ghostwriter"]
|
||||
name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - Install greenclip from AUR
|
||||
become_user: "{{ username }}"
|
||||
command: pamac install --no-confirm greenclip
|
||||
args:
|
||||
creates: /usr/bin/greenclip
|
||||
|
||||
- name: Package Installation - Development Tools
|
||||
package:
|
||||
name: ["binutils"]
|
||||
@@ -20,5 +26,15 @@
|
||||
|
||||
- name: Package Installation - System Desktop
|
||||
package:
|
||||
name: ["rofi", "nitrogen", "dunst", "i3blocks", "arandr", "autorandr"]
|
||||
name:
|
||||
[
|
||||
"rofi",
|
||||
"nitrogen",
|
||||
"dunst",
|
||||
"i3blocks",
|
||||
"arandr",
|
||||
"autorandr",
|
||||
"brightnessctl",
|
||||
"autotiling",
|
||||
]
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user