💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-07-29.txt captured on 2024-05-12 at 16:02:13.

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

[2022-07-29T00:49:19Z] <wael[m]> Genuinely curious, if it is true Dylan switched to Wayland as per how Xorg was completely dropped in KISS, what is the Wayland compositor that he uses from what we know?
[2022-07-29T01:11:05Z] <illiliti> sway-tiny
[2022-07-29T02:28:47Z] <noocsharp> there's no question whether it's true or not lol: https://github.com/kisslinux/repo/tree/master/wayland/sway-tiny
[2022-07-29T03:15:29Z] <jslick> " contributions in private repositories" probably a new compositor, akin to sowm
[2022-07-29T03:18:41Z] <testuser[m]12> High
[2022-07-29T07:44:58Z] <testuser[m]12> Hi
[2022-07-29T07:48:34Z] <Ogromny> I would love a tiny wm like sowm but for wayland
[2022-07-29T10:08:50Z] <wael[m]> i find it very very unfortunate wayland compositor is very small choice
[2022-07-29T10:09:03Z] <wael[m]> Ogromny: your only choice is velox or dwl as far as i know
[2022-07-29T10:09:33Z] <wael[m]> velox uses swc instead of wlroots, which also uses wld
[2022-07-29T10:09:33Z] <wael[m]> so basically nothing is going to be compatible with it
[2022-07-29T10:09:33Z] <wael[m]> so you're stuck with dwl
[2022-07-29T10:09:55Z] <wael[m]> i am yet to get swc working on my machine as it uses nouveau and intel as drm, no nvidia support
[2022-07-29T10:41:00Z] <soliwilos> I like hikari as a wayland compositor.
[2022-07-29T10:43:07Z] <wael[m]> does it tile
[2022-07-29T12:41:30Z] <soliwilos> wael[m]: It's a kind of stacking/tiling hybrid.
[2022-07-29T14:03:32Z] <dilyn> hyprwm is pretty cool
[2022-07-29T14:04:45Z] <wael[m]> am I allowed to disagree
[2022-07-29T14:40:17Z] <dilyn> I suppose
[2022-07-29T16:11:41Z] <wael[m]> where is column(1) and fmt(1)?
[2022-07-29T16:13:54Z] <wael[m]> or pr(1)
[2022-07-29T16:14:58Z] <testuser[m]12> Coreutils ig
[2022-07-29T16:16:13Z] <wael[m]> aw man i really need column(1) its really useful
[2022-07-29T16:16:24Z] <wael[m]> not in busybox, but fold(1) is and it sucks!!
[2022-07-29T16:19:20Z] <testuser[m]12> Busybox probably has it
[2022-07-29T16:19:24Z] <testuser[m]12> Just enabled it in config
[2022-07-29T16:19:28Z] <testuser[m]12> Enable
[2022-07-29T16:44:42Z] <wael[m]> it's not there.
[2022-07-29T16:45:01Z] <wael[m]> also, where is busybox manual?? i know the --help flag is enough but i need a man page.
[2022-07-29T16:45:16Z] <wael[m]> for example, on documentation about the shell so i know about it's features, variables, etc etc
[2022-07-29T16:50:58Z] <testuser[m]12> Busybox doesn't have a manual
[2022-07-29T16:51:02Z] <testuser[m]12> https://github.com/kisslinux/repo/issues/273
[2022-07-29T16:51:20Z] <testuser[m]12> phoebos @phoebos:matrix.org: might know more about it
[2022-07-29T16:56:48Z] <wael[m]> wtf busybox has no manual how am i supposed to know more about ash shell
[2022-07-29T16:57:05Z] <testuser[m]12> man sh
[2022-07-29T16:57:13Z] <testuser[m]12> Poosix shell doc
[2022-07-29T16:58:00Z] <wael[m]> yes there is sh but not ash true
[2022-07-29T18:27:05Z] <Ogromny> dilyn: can you share your build for hyperwm (if you have one), the last time i tried to compile it, it required X11 libs...
[2022-07-29T18:27:32Z] <Ogromny> (and as far as I remember there is no option to disable X11)
[2022-07-29T19:36:52Z] <phoebos> yeah use POSIX for busybox sh
[2022-07-29T19:37:19Z] <phoebos> for most busybox tools you need to read comments at the top of the code for details
[2022-07-29T20:38:54Z] <jslick> I believe https://github.com/hyprwm/Hyprland is the wayland version of hypr
[2022-07-29T23:36:33Z] <konimex> wael: iirc one of the chimera/void people said that FreeBSD sh is the most correct POSIX sh implementation (and even smaller than busybox iirc), and seeing that BSD manuals tend to be excellent, you might want to actually start there