Robin Tuszik
Robin Tuszik
The Dockerfile is fine. However, your PPA only provides amd64 packages, so builds will fail for arm64. To ensure the build doesn’t default to arm64 on Apple silicon, the command...
@TEBandCo @ekalp You have been able to set a custom cron schedule since release 1.04 #bf48a6c Settings > Set frequency > Set Manually
For reference on possible implementation, KeePassXC has a similar feature called [AutoOpen.](https://keepassxc.org/docs/KeePassXC_UserGuide#_automatic_database_opening) It works quite well for the exact use case described here.
Thank you for the quick response!
The same issue arises for me with default set to tiling. config ```toml after-login-command = [] after-startup-command = ['exec-and-forget sketchybar'] exec-on-workspace-change = ['/bin/bash', '-c', 'sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE' ] start-at-login...
Should be fixed with #1971