(@zirias@snac.bsd.cafe)
Di 01.10.2024
Beiträge: 32Folgt: 0Folgende: 0
Föderation · So 13.10.2024 08:25:56
dpi
to override the calculated resolution, setting this to 72
gave me the previous results, but it's logically wrong.Font
resource (the class name for fonts other than the emoji font) extra semantics. Xmoji now checks explicitly whether a resource for this class is set, and, if so, considers that value the "default system font", basing all sizes on that.Xmoji*Font: sans-10
to my .Xresources
and get the looks I like with all other settings left at their default on my 96dpi display. ๐ฅณ(Medien: 1)
Föderation · Sa 12.10.2024 07:56:58
(Medien: 1)
Föderation · Do 10.10.2024 16:01:12
README.md
. Not ideal though, this markdown file is accessible for direct reading on github (and would be on other "hosted git" solutions), while it's still well readable as plain text. This certainly isn't true for some roff-like markup. ๐ There's the additional problem of which markup flavor to choose: the modern mandoc
(which is native on #FreeBSD), or the classic troff man
macro package (which still seems "native" in #GNU's man-db)... Modern installations support both flavors, but conversions aren't "perfect".html
, pdf
, man
, ... but I didn't find one so far that really gave satisfactory results for man. A while ago, I wrote my own tool which can generate #C source for "help" output, man
(in both flavors) and html
, and this worked pretty nicely, but the key was a very limited scope, it only supports a few sections (general description, options, environment variables) and only options in the classic #POSIX style (single letter, collapsible). So, it wouldn't fit the bill for Xmoji.Föderation · Do 10.10.2024 08:29:52
-class
and -f
options aren't implemented in Xmoji 0.8 yet)(Medien: 1)
Föderation · Mi 09.10.2024 20:51:04
fclose()
on NULL
. As a result, Xmoji didn't work any more if there wasn't a config file yet.Föderation · Mi 09.10.2024 15:53:01
fork()
/exec()
is simple enough.wait()
) if it's running longer. Ok, just fork some intermediate child, init
will adopt it when this child exits.Föderation · Di 08.10.2024 20:21:31
LDFLAGS
(non-overridable).(Medien: 1)
Föderation · Di 08.10.2024 16:35:57
(Medien: 1)
Föderation · Di 08.10.2024 11:31:34
$HOME
on #NFS, I'm sometimes annoyed by lots of applications "freezing" when there's some issue with the NFS server. I just decided I'll try to prevent this in #Xmoji.stat()
: