You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ A [Mac Rectangle](https://github.com/rxhanson/Rectangle) inspired window manager
7
7
> [!NOTE]
8
8
> Polygon is still a work in progress and aims to have 100% feature compatibility with Rectangle.
9
9
10
+
## System Requirements
11
+
12
+
Polygon supports Windows 10/11.
13
+
10
14
## Installation
11
15
12
16
### Installer
@@ -17,9 +21,11 @@ You can grab the latest Polygon installer from the latest [release](https://gith
17
21
18
22
If you rather want to install Polygon manually, please follow the steps outlined below.
19
23
20
-
- Download the compiled executable based on your OS architecture from the latest [release](https://github.com/thesobercoder/polygon/releases/latest).
24
+
- Download the compiled executable zip file based on your OS architecture from the latest [release](https://github.com/thesobercoder/polygon/releases/latest).
25
+
- Extract the `polygon-x[64|86].zip` into a location of your choice.
26
+
- Right click the executable and unblock it if Windows complain about security.
21
27
- Open the user startup folder by running the `shell:startup` command in the run (<kbd>WIN</kbd>+<kbd>R</kbd>) window.
22
-
- Copy the `polygon-x[64|86].exe` that you downloaded to the `shell:startup` directory that you opened in the previous step.
28
+
- Copy the `polygon-x[64|86].exe`and the `polygon.ini`that you downloaded from the previous step and copy them to the `shell:startup` directory.
23
29
24
30
If you followed everything correctly, Polygon should start at Windows logon.
0 commit comments