Optimized i3 setup: clipboard manager, scratchpad terminal, workspace assignments, media keys with dunstify, thunar, autotiling, system info notification
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- name: Package Installation - Productivity Tools
|
||||
package:
|
||||
name: ["alacritty", "ranger", "mousepad", "ghostwriter"]
|
||||
name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - Development Tools
|
||||
@@ -15,7 +15,16 @@
|
||||
|
||||
- name: Package Installation - System Desktop
|
||||
package:
|
||||
name: ["rofi", "nitrogen", "arandr", "autorandr", "dunst"]
|
||||
name:
|
||||
[
|
||||
"rofi",
|
||||
"nitrogen",
|
||||
"arandr",
|
||||
"autorandr",
|
||||
"dunst",
|
||||
"brightnessctl",
|
||||
"autotiling",
|
||||
]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - I3 Desktop
|
||||
|
||||
Reference in New Issue
Block a user