cyberboobs sway conf

This commit is contained in:
2024-11-01 22:06:15 +01:00
parent 926d0e4645
commit 4d29bf9225

View File

@@ -39,6 +39,14 @@
copy: copy:
dest: /boot/grub/custom.cfg dest: /boot/grub/custom.cfg
content: set color_normal=dark-gray/black content: set color_normal=dark-gray/black
- name: setup dotfiles
command:
cmd: stow {{ item.name }}
chdir: ~/dotfiles
creates: "{{ item.path }}"
with_items:
- { name: sway-cyberboobs, path: ~/.config/sway/device-conf }
become: no
handlers: handlers:
- name: update initramfs - name: update initramfs
command: command: