Add exist daemon's to autostart
This commit is contained in:
parent
57ef0965b7
commit
f121c42e2c
3 changed files with 17 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
tileos-settings-sway (0.8~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Add exist daemon's to autostart
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 02 May 2023 19:09:09 +0400
|
||||||
|
|
||||||
tileos-settings-sway (0.7~tileos) unstable; urgency=medium
|
tileos-settings-sway (0.7~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Add more configs
|
* Add more configs
|
||||||
|
|
2
debian/files
vendored
2
debian/files
vendored
|
@ -1 +1 @@
|
||||||
tileos-settings-sway_0.6~tileos_source.buildinfo x11 optional
|
tileos-settings-sway_0.7~tileos_source.buildinfo x11 optional
|
||||||
|
|
|
@ -3,7 +3,17 @@
|
||||||
|
|
||||||
exec {
|
exec {
|
||||||
$polkit_agent
|
$polkit_agent
|
||||||
|
$dex_autostart
|
||||||
|
$autotiling
|
||||||
|
$cliphist_store
|
||||||
|
$cliphist_watch
|
||||||
|
$pcmanfm_daemon
|
||||||
}
|
}
|
||||||
exec_always {
|
exec_always {
|
||||||
$kanshi
|
$kanshi
|
||||||
|
$spice_vdagent
|
||||||
|
$nwg_drawer_daemon
|
||||||
|
$poweralertd
|
||||||
|
$watch_playerctl
|
||||||
|
$calendar_daemon
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue