Re: [dev] [dwm]: something like the xfce scale all windows feature

2022-07-01 Thread T Taylor Gurney
On Thu, Jun 30, 2022 at 01:09:04PM -0800, Britton Kerin wrote: > I've got one of the high-res monitors and everything looks really > tiny. I notec xfce4 has this > "scale everything by 2" feature that addresses this, what's the > easiest way to get this in dwm? > > I didn't see any patch saying i

Re: [dev] Disk encryption

2022-06-29 Thread T Taylor Gurney
On Wed, Jun 22, 2022 at 06:59:01AM +, Antenore Gatta wrote: > WARNING: These are not meant to give you a solution, but to be used as > a learning exercise, their goals are completely different (often). > > - luks2flt [1] Mainly for win32 (Please don't be sick!) > It's quite interesting. > -

Re: [dev] Disk encryption

2022-06-16 Thread T Taylor Gurney
On Thu, Jun 16, 2022 at 08:55:04AM +0200, Markus Wichmann wrote: > In any case, you can write your own losetup; it is not the most > complicated program in the world. I do intend to. I noticed that ubase doesn't have one. > I'm also weary of "rolling your own crypto". Unless you are a > cryptogra

Re: [dev] Disk encryption

2022-06-15 Thread T Taylor Gurney
On Wed, Jun 15, 2022, at 2:46 PM, Rasmus Liland wrote: > Hi! I like OpenBSD and FreeBSD disk > encryption setup :) R Thanks, I'll have a look. More and more I'm finding I like what I hear about the BSD way of doing things, as compared to Linux. Taylor

Re: [dev] Disk encryption

2022-06-15 Thread T Taylor Gurney
On Wed, Jun 15, 2022, at 2:47 PM, Markus Wichmann wrote: > libgcrypt can be used instead of OpenSSL. I don't know if that > helps any. Thanks for your reply. This does help, actually; while I'm making an effort to avoid OpenSSL (and even LibreSSL), I can't imagine I'll be able to avoid GnuPG si

[dev] Disk encryption

2022-06-15 Thread T Taylor Gurney
All, Working on another statically-linked Linux distro. Getting an encrypted root partition is a problem. The kernel has built-in support for this and I am plenty familiar with it. But the supporting userspace tool, cryptsetup, is way too bloated and has too many dependencies, including OpenSS