Remove Swayr from autostart (now it handles with systemd)
This commit is contained in:
parent
91eaa88483
commit
06644fe9c6
3 changed files with 1 additions and 5 deletions
2
debian/files
vendored
2
debian/files
vendored
|
@ -1 +1 @@
|
|||
tileos-settings-sway_0.7~tileos_source.buildinfo x11 optional
|
||||
tileos-settings-sway_0.9~tileos_source.buildinfo x11 optional
|
||||
|
|
|
@ -21,5 +21,4 @@ exec_always {
|
|||
$watch_playerctl
|
||||
$calendar_daemon
|
||||
$import_gsettings
|
||||
$swayr_daemon
|
||||
}
|
||||
|
|
|
@ -95,9 +95,6 @@ set $dex_autostart '[ -x "$(command -v dex)" ] && gdbus wait --session org.kde.S
|
|||
# Start PCmanFM as a daemon
|
||||
set $pcmanfm_daemon '[ -x "$(command -v pcmanfm)" ] && pcmanfm -d'
|
||||
|
||||
# Swayr daemon
|
||||
set $swayr_daemon '[ -x "$(command -v swayrd)" ] && env RUST_BACKTRACE=1 RUST_LOG=swayr=debug swayrd &> /tmp/swayrd.log'
|
||||
|
||||
# Power notifications daemon
|
||||
set $poweralertd '[ -x "$(command -v poweralertd)" ] && pkill poweralertd; poweralertd -s -i "line power" &'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue