mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added setup for the notification daemon
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
pacman:
|
||||
name: notification-daemon
|
||||
state: present
|
||||
- name: Setup Notification Daemon
|
||||
become: true
|
||||
synchronize:
|
||||
src: notification/notification.service
|
||||
dest: /usr/share/dbus-1/services/org.freedesktop.Notification.service
|
||||
- name: Install Picom (window compositing manager)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user