ENH run nm-applet to enable password encryption
This commit is contained in:
parent
cc3228f69c
commit
47f6c17868
|
@ -20,6 +20,7 @@ data:
|
|||
optimus: {{ and $laptop (promptBool "optimus" false) }}
|
||||
virtualbox: {{ and $desktop (promptBool "virtualbox" false) }}
|
||||
xsane: {{ and $desktop (promptBool "xsane" false) }}
|
||||
networkmanager: {{ and $desktop (promptBool "networkmanager" false) }}
|
||||
vpn: {{ and $desktop (promptBool "vpn" false) }}
|
||||
seafile: {{ and $desktop (promptBool "seafile" false) }}
|
||||
activitywatch: {{ and $desktop (promptBool "activitywatch" false) }}
|
||||
|
|
|
@ -34,6 +34,9 @@ emacs-start &
|
|||
{{ if .features.seafile -}}
|
||||
seafile-applet > /dev/null 2>&1 &
|
||||
{{- end }}
|
||||
{{ if .features.networkmanager -}}
|
||||
nm-applet > /dev/null 2>&1 &
|
||||
{{- end }}
|
||||
{{ if .features.activitywatch -}}
|
||||
aw-server > /dev/null 2>&1 &
|
||||
aw-watcher-window > /dev/null 2>&1 &
|
||||
|
|
Loading…
Reference in New Issue