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
+16-20Lines changed: 16 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,18 @@ Installing with a package manager is recommended.
18
18
choco install multibrowse
19
19
```
20
20
21
-
### Manual
21
+
### Manual Installation
22
22
23
23
Binaries can be found on the [releases page](https://github.com/foxxyz/multibrowse/releases). To build yourself, see below.
24
24
25
+
### Additional Requirements (Linux)
26
+
27
+
On linux, `xrandr` is used to find display configuration and must be available on `PATH`.
28
+
29
+
To install:
30
+
* Install with Apt: `apt install lxrandr`
31
+
* Install with Pacman: `pacman -S xorg-xrandr`
32
+
25
33
Usage
26
34
-----
27
35
@@ -50,33 +58,21 @@ Displays are ordered according to their x/y position from left to right, then to
50
58
Additional CLI options passed to the `multibrowse` binary will be delegated to the browser instance. Check out the [wiki page](https://github.com/foxxyz/multibrowse/wiki) for common options.
51
59
52
60
53
-
Development Requirements
54
-
------------------------
55
-
56
-
* Python 3
61
+
Development
62
+
-----------
57
63
58
-
### Linux
64
+
### Requirements
59
65
60
-
*`xrandr`
61
-
* Install with Apt: `apt-get install lxrandr`
62
-
* Install with Pacman: `pacman -S xorg-xrandr`
66
+
* Rust
63
67
64
-
### MacOS
65
-
66
-
* PyObjC
67
-
* Install with pip: `pip install pyobjc`
68
+
### Running
68
69
70
+
`cargo run`
69
71
70
72
Building
71
73
--------
72
74
73
-
Multibrowse can be built into a single contained .exe file using [pyinstaller](http://www.pyinstaller.org/). Pyinstaller can be installed using `pip install pyinstaller`.
74
-
75
-
The following command produces a single self-contained exe file in `/dist`:
0 commit comments