mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-23 18:54:28 +01:00
sway/autostart-utilities: fix thought mistake ($TERMINAL -> $term)
This commit is contained in:
parent
d9aaf05959
commit
6501a87b29
@ -1,7 +1,7 @@
|
||||
# Autostarting common utilities to my environments
|
||||
|
||||
# htop system monitor
|
||||
exec --no-startup-id $TERMINAL --title=htop htop
|
||||
exec --no-startup-id $term --title=htop htop
|
||||
|
||||
# NetworkManager Applet
|
||||
exec --no-startup-id nm-applet --indicator
|
||||
|
Loading…
Reference in New Issue
Block a user