From 8e6f06c9c234c1231195142185aefe0485882c24 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 28 Nov 2023 09:08:22 -0500 Subject: [PATCH] add dbus files --- .local/bin/dotfiles | 1 + .../dbus-1/services/org.freedesktop.Notifications.service | 3 +++ .local/share/dbus-1/services/org.freedesktop.secrets.service | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 .local/share/dbus-1/services/org.freedesktop.Notifications.service create mode 100644 .local/share/dbus-1/services/org.freedesktop.secrets.service diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 51ee1bf..6bfc041 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -22,6 +22,7 @@ $config add "$HOME/.gitconfig" $config add "$HOME/.zshrc" $config add "$HOME/.zprofile" $config add "$HOME/.local/share/fonts" +$config add "$HOME/.local/share/dbus-1" $config add "$HOME/.local/bin/dotfiles" $config add "$HOME/.ssh/config" diff --git a/.local/share/dbus-1/services/org.freedesktop.Notifications.service b/.local/share/dbus-1/services/org.freedesktop.Notifications.service new file mode 100644 index 0000000..1d958d4 --- /dev/null +++ b/.local/share/dbus-1/services/org.freedesktop.Notifications.service @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.freedesktop.Notifications +Exec=/usr/bin/mako diff --git a/.local/share/dbus-1/services/org.freedesktop.secrets.service b/.local/share/dbus-1/services/org.freedesktop.secrets.service new file mode 100644 index 0000000..b7934f5 --- /dev/null +++ b/.local/share/dbus-1/services/org.freedesktop.secrets.service @@ -0,0 +1,4 @@ +[D-BUS Service] +Name=org.freedesktop.secrets +Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets +