24 lines
580 B
YAML
Raw Normal View History

2023-07-03 22:43:09 -07:00
- name: Install sway packages
2023-07-05 08:43:13 -07:00
pacman:
2023-07-03 16:57:11 -07:00
name:
- alacritty
- sway
- swayidle
2023-07-10 17:52:34 -07:00
- swaybg
2023-07-03 16:57:11 -07:00
- grim # screenshot functionality
- wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
2023-07-05 08:18:25 -07:00
- mako # notification system developed by swaywm maintainer
2023-07-03 16:57:11 -07:00
- pcmanfm
- blueman
- flameshot
- playerctl
2023-07-05 18:22:08 -07:00
- xorg-xwayland
- bc # needed for my sway status script
2023-07-06 09:51:19 -07:00
- python-i3ipc
2023-07-03 16:57:11 -07:00
state: present
become: true
- name: Install sway cargo packages
community.general.cargo:
name: sway-scratchpad