diff --git a/chocoinstall.sh b/chocoinstall.ps1 similarity index 100% rename from chocoinstall.sh rename to chocoinstall.ps1 diff --git a/glazewm/config.yaml b/glazewm/config.yaml index a21b3c7..beb7617 100644 --- a/glazewm/config.yaml +++ b/glazewm/config.yaml @@ -2,7 +2,7 @@ general: # Commands to run when the WM has started. This is useful for running a # script or launching another application. # Example: The below command launches Zebar. - startup_commands: [C:\Program Files\YASB\yasb.exe] + startup_commands: [ 'shell_exec yasb.exe' ] # Commands to run just before the WM is shutdown. # Example: The below command kills Zebar. diff --git a/link.ps1 b/link.ps1 new file mode 100644 index 0000000..e69de29