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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,13 @@ Manage layouts in bspwm (tall and wide)
15
15
16
16
### Installation
17
17
18
-
Arch users can install it from AUR [bsp-layout](https://aur.archlinux.org/packages/bsp-layout/)
18
+
Arch users can install it from AUR [bsp-layout](https://aur.archlinux.org/packages/bsp-layout) or [bsp-layout-git](https://aur.archlinux.org/packages/bsp-layout-git)
19
19
```bash
20
+
# If you are using yay
20
21
yay -S bsp-layout
21
-
# OR
22
-
yaourt bsp-layout
22
+
23
+
# Or for git master
24
+
yay -S bsp-layout-git
23
25
```
24
26
25
27
Others can install it directly using the install script.
0 commit comments