~toasterking

https://www.sgregoratto.me

Annoying as fuck shithead

Recent activity

[PATCH 2/2] README: Use fenced code blocks 4 years ago

From Stephen Gregoratto to ~kaniini/pkgconf

---
 README.md | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 13ba137..c0a1642 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,9 @@ environment variable.
To set the environment variable on the bourne shell and clones (i.e. bash), you
can run:

    $ export PKG_CONFIG=/usr/bin/pkgconf
```sh
[message trimmed]

[PATCH 1/2] README: remove CMake section 4 years ago

From Stephen Gregoratto to ~kaniini/pkgconf

---
 README.md | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/README.md b/README.md
index 2983275..13ba137 100644
--- a/README.md
+++ b/README.md
@@ -88,22 +88,6 @@ flags like so:
    $ make
    $ sudo make install

## compiling `pkgconf` and `libpkgconf` with CMake (usually for Windows)

[message trimmed]

Requesting good monospace fonts for Sway 5 years ago

From Stephen Gregoratto to ~sircmpwn/public-inbox

Bit of an odd question, but here goes.

Pango recently dropped support for bitmap fonts, meaning I can't use the
classic misc fixed 6x13 font with Sway. So, I'm looking for a
replacement monospace font for my terminal/swaybar that satisfies the
following criteria:

- Must scale down to small sizes and still be legible (like misc fixed).
- Must not be blurry when scaled (the TTF versions of misc
  fixed have this problem).
- Must have a wide Unicode coverage.

Previously I used Source Sans Pro from Adobe, then Liberation Mono from
RedHat, before recently switching to misc fixed. It's ugly, but I prefer

[PATCH swayidle] remove space in scdoc preamble 5 years ago

From Stephen Gregoratto to ~sircmpwn/public-inbox

---
 swayidle.1.scd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swayidle.1.scd b/swayidle.1.scd
index ce27bbd..74fe008 100644
--- a/swayidle.1.scd
+++ b/swayidle.1.scd
@@ -1,4 +1,4 @@
swayidle (1)
swayidle(1)

# NAME

[message trimmed]

[PATCH] add missing column in table 5 years ago

From Stephen Gregoratto to ~sircmpwn/aerc

---
 doc/aerc-config.5.scd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 22923aa..84a1c21 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -256,6 +256,7 @@ following special keys are supported:
|  pause
:  
|  backtab
: 
|  c-space
[message trimmed]

scdoc missing from AUR 5 years ago

From Stephen Gregoratto to ~sircmpwn/public-inbox

I noticed you tagged a new release for scdoc, but when I tried to update 
it from the AUR[1], it wasn't there. I can't see any deletion requests, 
so this might just be a bug.

[1] https://aur.archlinux.org/packages/scdoc/
-- 
Stephen Gregoratto
PGP Fingerprint: 3FC6 3D0E 2801 C348 1C44 2D34 A80C 0F8E 8BAB EC8B
Need my key? Get it with:
	gpg --keyserver pgp.mit.edu --recv-keys 8BABEC8B
or off my server at https://www.sgregoratto.me/pubkey.txt

[PATCH sway-git package] Add swaylock/swayidle back as optdepends 5 years ago

From Stephen Gregoratto to ~sircmpwn/public-inbox

---
 .SRCINFO | 4 +++-
 PKGBUILD | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index c5a95d8..65a19c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sway-git
	pkgdesc = i3-compatible Wayland compositor
	pkgver = r4818.183a4b0d
	pkgver = r5522.70637b40
[message trimmed]

502 errors when cloning repos from man.sr.ht 5 years ago

From Stephen Gregoratto to ~sircmpwn/sr.ht-discuss

For some reason, cloning repos using https is broken on my end, git
spits out 502 errors every time:

Cloning into 'root'...
fatal: unable to access 'https://man.sr.ht/root/':
	The requested URL returned error: 502

SSH cloning works fine. This seemed to work fine yesterday. I cant seem
to find a bug in todo so I'd like to confirm it here first. The error
shows on all my Australian located servers.
-- 
Stephen Gregoratto
PGP Fingerprint: 3FC6 3D0E 2801 C348 1C44 2D34 A80C 0F8E 8BAB EC8B
Need my key? Get it with:

How tdo you generate your signature for applied patches? 5 years ago

From Stephen Gregoratto to ~sircmpwn/public-inbox

You know, the ones that go like:

    To man.sr.ht:root
       d70774e..10cd5d3  master -> master

Is there a script you made for this or do you just copy the result from 
the console?
-- 
Stephen Gregoratto
PGP Fingerprint: 3FC6 3D0E 2801 C348 1C44 2D34 A80C 0F8E 8BAB EC8B
Need my key? Get it with:
	gpg --keyserver pgp.mit.edu --recv-keys 8BABEC8B
or off my server at https://www.sgregoratto.me/pubkey.txt

[PATCH man.sr.ht 2/2] Update sway example manifest 5 years ago

From Stephen Gregoratto to ~sircmpwn/sr.ht-dev

---
 builds.sr.ht/manifest.md | 49 ++++++++++++++++++++--------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md
index c4e37c9..7dd6844 100644
--- a/builds.sr.ht/manifest.md
@@ -1,30 +1,31 @@
A build manifest is a YAML file that describes how to perform a build. Here's an
example:

    image: archlinux
    packages:
[message trimmed]