mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
10 lines
181 B
YAML
10 lines
181 B
YAML
---
|
|
- name: Install rofi
|
|
pacman: name=rofi state=present
|
|
tags:
|
|
- rofi
|
|
|
|
- name: Install i3-wm for rofi window switching
|
|
pacman: name=i3-wm state=present
|
|
tags:
|
|
- rofi
|