add dbus files
This commit is contained in:
parent
1b5173bec1
commit
939d1082c8
3 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,7 @@ $config add "$HOME/.gitconfig"
|
||||||
$config add "$HOME/.zshrc"
|
$config add "$HOME/.zshrc"
|
||||||
$config add "$HOME/.zprofile"
|
$config add "$HOME/.zprofile"
|
||||||
$config add "$HOME/.local/share/fonts"
|
$config add "$HOME/.local/share/fonts"
|
||||||
|
$config add "$HOME/.local/share/dbus-1"
|
||||||
$config add "$HOME/.local/bin/dotfiles"
|
$config add "$HOME/.local/bin/dotfiles"
|
||||||
$config add "$HOME/.ssh/config"
|
$config add "$HOME/.ssh/config"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[D-BUS Service]
|
||||||
|
Name=org.freedesktop.Notifications
|
||||||
|
Exec=/usr/bin/mako
|
|
@ -0,0 +1,4 @@
|
||||||
|
[D-BUS Service]
|
||||||
|
Name=org.freedesktop.secrets
|
||||||
|
Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets
|
||||||
|
|
Loading…
Reference in a new issue