2021-06-07 08:40:01 +02:00
|
|
|
---
|
|
|
|
- name: install packages
|
|
|
|
become: yes
|
|
|
|
ansible.builtin.package:
|
|
|
|
name:
|
|
|
|
- i3
|
|
|
|
- i3lock
|
|
|
|
- arandr
|
2021-07-01 15:26:45 +02:00
|
|
|
- x11-xserver-utils # xrandr
|
|
|
|
- feh # wallpaper
|
|
|
|
- rofi
|
|
|
|
- xautolock #bildschirmsperre nach x min
|
2021-07-05 15:04:33 +02:00
|
|
|
- flameshot #screenshots
|
2022-07-22 13:12:23 +02:00
|
|
|
- dunst #notification daemon
|
2021-06-07 08:40:01 +02:00
|
|
|
state: present
|