Optimized i3 setup: clipboard manager, scratchpad terminal, workspace assignments, media keys with dunstify, thunar, autotiling, system info notification

This commit is contained in:
2026-02-15 10:30:28 +01:00
parent 464339629a
commit 25d3169728
9 changed files with 168 additions and 19 deletions

View File

@@ -5,7 +5,16 @@
- name: Package Installation - Productivity Tools
package:
name: ["alacritty", "ranger", "mousepad", "ghostwriter"]
name:
[
"alacritty",
"ranger",
"mousepad",
"ghostwriter",
"thunar",
"xclip",
"greenclip",
]
state: present
- name: Package Installation - Development Tools
@@ -20,5 +29,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