mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
sway/autostart-utilities.conf: remove htop's sleep, move to own foot instance (instead of )
This commit is contained in:
parent
bc60dfd259
commit
770e314cf7
@ -9,9 +9,8 @@ exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1
|
|||||||
# Debian
|
# Debian
|
||||||
#exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
#exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
||||||
|
|
||||||
# htop system monitor, this actually needs a bit of sleep to ensure foot
|
# htop system monitor in foot, outside of foot server to not care about its status
|
||||||
# server is running
|
exec --no-startup-id foot --title=htop htop
|
||||||
exec --no-startup-id sleep 15 && $term --title=htop htop
|
|
||||||
|
|
||||||
# NetworkManager Applet
|
# NetworkManager Applet
|
||||||
exec --no-startup-id nm-applet --indicator
|
exec --no-startup-id nm-applet --indicator
|
||||||
|
Loading…
Reference in New Issue
Block a user