Add screencfgs

This commit is contained in:
2020-12-14 13:53:33 +01:00
parent 36d601f30f
commit 57e24abfc1
4 changed files with 10 additions and 0 deletions

View File

@@ -142,6 +142,10 @@ run redshift redshift-gtk -c ~/.config/redshift.conf
run yubikey-touch-detector yubikey-touch-detector -libnotify
if [[ "${MACHINE_DEFAULT_SCREENPROFILE}" ]] ; then
run screencfg "$HOME/.screencfg/${MACHINE_DEFAULT_SCREENPROFILE}.sh"
fi
if [[ "${MACHINE_HAS_KEEPASSX}" == "true" ]] ; then
run keepassx keepassx --keyfile ~/.secret/main.key ~/.secret/main.kdbx
fi