This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUST_BACKTRACE=full broot --install | |
thread 'main' panicked at 'assertion failed: width > 2', /home/dys/.cargo/registry/src/github.com-1ecc6299db9ec823/termimad-0.6.5/src/wrap.rs:128:5 | |
stack backtrace: | |
0: 0x55b961aab458 - <unknown> | |
1: 0x55b961aaabb8 - <unknown> | |
2: 0x55b961a89524 - <unknown> | |
3: 0x55b961a9d4a1 - <unknown> | |
4: 0x55b961a9fce9 - <unknown> | |
5: 0x55b96197eb03 - <unknown> | |
6: 0x55b961984feb - <unknown> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git PKGBUILD PKGBUILD | |
index a8a1da2..a476180 100644 | |
--- PKGBUILD | |
+++ PKGBUILD | |
@@ -10,7 +10,7 @@ pkgdesc="A healthy, bite-sized window manager written over the XLib Library" | |
url="https://github.com/JLErvin/berry" | |
arch=('x86_64') | |
license=('MIT') | |
-makedepends=('gcc') | |
+makedepends=('gcc' 'git') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
version: 0.0.2 | |
author: Peter Lyons | |
www: https://peterlyons.com | |
units: | |
# choc spread is just a LITTLE too tight for me, | |
# so bump it up by 1mm | |
# This is by coincidence the same as "u" but "cx + 1" | |
# expresses the intent more clearly | |
$default_spread: cx + 1 |
OlderNewer