From 942b2c96d7d888ed29e59228dd094947128c5169 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 29 Jun 2020 08:19:34 -0500 Subject: [PATCH 1/2] Firestarter: Add wallet daemon --- .config/firestarter/wallet | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/firestarter/wallet diff --git a/.config/firestarter/wallet b/.config/firestarter/wallet new file mode 100644 index 00000000..28c1e179 --- /dev/null +++ b/.config/firestarter/wallet @@ -0,0 +1,3 @@ +#.fsdefaults +command -v kwalletd5 +kwalletd5 From 3d3f686b22231f1fb27d5e3e703002ab18a9abdc Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 29 Jun 2020 08:21:30 -0500 Subject: [PATCH 2/2] Firestarter: Rename configs --- .config/firestarter/{audio-daemon => audiod} | 0 .config/firestarter/{nextcloud => cloud} | 0 .config/firestarter/{stat-glances => conky} | 0 .config/firestarter/{hotkey-daemon => hkd} | 0 .config/firestarter/{music-player-daemon => mpd} | 0 .config/firestarter/{network-daemon => networkd} | 0 .config/firestarter/{notification-daemon => notifyd} | 0 .config/firestarter/{polkit-agent => polkitd} | 0 .config/firestarter/{power-daemon => powerd} | 0 .config/firestarter/{blue-light-filter => redshift} | 0 .config/firestarter/{settings-daemon => settingsd} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename .config/firestarter/{audio-daemon => audiod} (100%) rename .config/firestarter/{nextcloud => cloud} (100%) rename .config/firestarter/{stat-glances => conky} (100%) rename .config/firestarter/{hotkey-daemon => hkd} (100%) rename .config/firestarter/{music-player-daemon => mpd} (100%) rename .config/firestarter/{network-daemon => networkd} (100%) rename .config/firestarter/{notification-daemon => notifyd} (100%) rename .config/firestarter/{polkit-agent => polkitd} (100%) rename .config/firestarter/{power-daemon => powerd} (100%) rename .config/firestarter/{blue-light-filter => redshift} (100%) rename .config/firestarter/{settings-daemon => settingsd} (100%) diff --git a/.config/firestarter/audio-daemon b/.config/firestarter/audiod similarity index 100% rename from .config/firestarter/audio-daemon rename to .config/firestarter/audiod diff --git a/.config/firestarter/nextcloud b/.config/firestarter/cloud similarity index 100% rename from .config/firestarter/nextcloud rename to .config/firestarter/cloud diff --git a/.config/firestarter/stat-glances b/.config/firestarter/conky similarity index 100% rename from .config/firestarter/stat-glances rename to .config/firestarter/conky diff --git a/.config/firestarter/hotkey-daemon b/.config/firestarter/hkd similarity index 100% rename from .config/firestarter/hotkey-daemon rename to .config/firestarter/hkd diff --git a/.config/firestarter/music-player-daemon b/.config/firestarter/mpd similarity index 100% rename from .config/firestarter/music-player-daemon rename to .config/firestarter/mpd diff --git a/.config/firestarter/network-daemon b/.config/firestarter/networkd similarity index 100% rename from .config/firestarter/network-daemon rename to .config/firestarter/networkd diff --git a/.config/firestarter/notification-daemon b/.config/firestarter/notifyd similarity index 100% rename from .config/firestarter/notification-daemon rename to .config/firestarter/notifyd diff --git a/.config/firestarter/polkit-agent b/.config/firestarter/polkitd similarity index 100% rename from .config/firestarter/polkit-agent rename to .config/firestarter/polkitd diff --git a/.config/firestarter/power-daemon b/.config/firestarter/powerd similarity index 100% rename from .config/firestarter/power-daemon rename to .config/firestarter/powerd diff --git a/.config/firestarter/blue-light-filter b/.config/firestarter/redshift similarity index 100% rename from .config/firestarter/blue-light-filter rename to .config/firestarter/redshift diff --git a/.config/firestarter/settings-daemon b/.config/firestarter/settingsd similarity index 100% rename from .config/firestarter/settings-daemon rename to .config/firestarter/settingsd