Start poweralertd via systemd
This commit is contained in:
parent
0d61fef6be
commit
f3cee6dcd7
4 changed files with 7 additions and 5 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
tileos-settings-sway (0.16~tileos) unstable; urgency=medium
|
||||
|
||||
* Start poweralertd via systemd
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 23 May 2023 16:29:24 +0400
|
||||
|
||||
tileos-settings-sway (0.15~tileos) unstable; urgency=medium
|
||||
|
||||
* Small fixes
|
||||
|
|
2
debian/files
vendored
2
debian/files
vendored
|
@ -1 +1 @@
|
|||
tileos-settings-sway_0.14~tileos_source.buildinfo x11 optional
|
||||
tileos-settings-sway_0.15~tileos_source.buildinfo x11 optional
|
||||
|
|
|
@ -16,7 +16,6 @@ exec_always {
|
|||
$kanshi
|
||||
$spice_vdagent
|
||||
$nwg_drawer_daemon
|
||||
$poweralertd
|
||||
$watch_playerctl
|
||||
$calendar_daemon
|
||||
$import_gsettings
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue