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) }}
|
optimus: {{ and $laptop (promptBool "optimus" false) }}
|
||||||
virtualbox: {{ and $desktop (promptBool "virtualbox" false) }}
|
virtualbox: {{ and $desktop (promptBool "virtualbox" false) }}
|
||||||
xsane: {{ and $desktop (promptBool "xsane" false) }}
|
xsane: {{ and $desktop (promptBool "xsane" false) }}
|
||||||
|
networkmanager: {{ and $desktop (promptBool "networkmanager" false) }}
|
||||||
vpn: {{ and $desktop (promptBool "vpn" false) }}
|
vpn: {{ and $desktop (promptBool "vpn" false) }}
|
||||||
seafile: {{ and $desktop (promptBool "seafile" false) }}
|
seafile: {{ and $desktop (promptBool "seafile" false) }}
|
||||||
activitywatch: {{ and $desktop (promptBool "activitywatch" false) }}
|
activitywatch: {{ and $desktop (promptBool "activitywatch" false) }}
|
||||||
|
|
|
@ -34,6 +34,9 @@ emacs-start &
|
||||||
{{ if .features.seafile -}}
|
{{ if .features.seafile -}}
|
||||||
seafile-applet > /dev/null 2>&1 &
|
seafile-applet > /dev/null 2>&1 &
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{ if .features.networkmanager -}}
|
||||||
|
nm-applet > /dev/null 2>&1 &
|
||||||
|
{{- end }}
|
||||||
{{ if .features.activitywatch -}}
|
{{ if .features.activitywatch -}}
|
||||||
aw-server > /dev/null 2>&1 &
|
aw-server > /dev/null 2>&1 &
|
||||||
aw-watcher-window > /dev/null 2>&1 &
|
aw-watcher-window > /dev/null 2>&1 &
|
||||||
|
|
Loading…
Reference in New Issue