From f3cee6dcd7962aab0c4112d7962f9ab8401bbd18 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Tue, 23 May 2023 16:29:58 +0400 Subject: [PATCH] Start poweralertd via systemd --- debian/changelog | 6 ++++++ debian/files | 2 +- etc/sway/config.d/40-autostart-applications.conf | 1 - etc/sway/variables | 3 --- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index af6882e..3a1a680 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-sway (0.16~tileos) unstable; urgency=medium + + * Start poweralertd via systemd + + -- Aleksey Samoilov Tue, 23 May 2023 16:29:24 +0400 + tileos-settings-sway (0.15~tileos) unstable; urgency=medium * Small fixes diff --git a/debian/files b/debian/files index 1dc9d8a..7a5866a 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -tileos-settings-sway_0.14~tileos_source.buildinfo x11 optional +tileos-settings-sway_0.15~tileos_source.buildinfo x11 optional diff --git a/etc/sway/config.d/40-autostart-applications.conf b/etc/sway/config.d/40-autostart-applications.conf index b3c7970..2617151 100644 --- a/etc/sway/config.d/40-autostart-applications.conf +++ b/etc/sway/config.d/40-autostart-applications.conf @@ -16,7 +16,6 @@ exec_always { $kanshi $spice_vdagent $nwg_drawer_daemon - $poweralertd $watch_playerctl $calendar_daemon $import_gsettings diff --git a/etc/sway/variables b/etc/sway/variables index ba554c0..e500c3e 100644 --- a/etc/sway/variables +++ b/etc/sway/variables @@ -95,9 +95,6 @@ set $import_gsettings '[ -f /usr/share/sway/scripts/import-gsettings.sh ] && /us # Start PCmanFM as a daemon set $pcmanfm_daemon '[ -x "$(command -v pcmanfm)" ] && pcmanfm -d' -# Power notifications daemon -set $poweralertd '[ -x "$(command -v poweralertd)" ] && pkill poweralertd; poweralertd -s -i "line power" &' - # Clipboard manager set $cliphist_store '[ -x "$(command -v wl-paste)" ] && [ -x "$(command -v cliphist)" ] && wl-paste --watch cliphist store' set $cliphist_watch '[ -x "$(command -v wl-paste)" ] && [ -x "$(command -v cliphist)" ] && wl-paste --watch pkill -RTMIN+9 waybar'