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 start automatically instead?
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 start` automatically instead?
I don't know if there is a more elegant way, but I just created a powershell script that says komorebic start and 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.
@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 start` and 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.