mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Question: How to run komorebi at startup? #78
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jrmallorca on GitHub (Mar 3, 2022).
Hello, I would like to be able to start komorebi after booting up. How would I do that?
Should I create shortcuts for komorebi.exe/komorebic.exe and paste them at the startup apps directory? Or should I somehow run
komorebic startautomatically instead?@jrmallorca commented on GitHub (Mar 5, 2022):
I don't know if there is a more elegant way, but I just created a powershell script that says
komorebic startand a cmd script to run the powershell script on startup.I could likely use the Task Scheduler but that would require permissions I don't have on some computers.