kixik

joined 4 years ago
[–] kixik@lemmy.ml 2 points 7 months ago* (last edited 7 months ago) (2 children)

There's this apps doc. From there I see in addition to others' comments:

Both being Go based apps. but the neonmodem looks more interesting to me.

Another option is a hybrid one, to add the rss feeds from the lemmy communities your're interested in, or the rss feed from all of them together into your feed reader (even better if newsraft), but those feeds don't show full lemmy conversations and one has to show them in the browser, and also if in need to comment or post one still need to use the browser.

apps doc is constantly evolving, so it's good to keep an eye on it periodically, :)

[–] kixik@lemmy.ml 2 points 8 months ago

There's an AUR open-tv package for Arch/Artix/..., and there's even an AUR open-tv-bin version, but I prefer looking at the build recipes if available, and if not using Arch/Artix/... one can read through the PKGBUILD and see how it builds.

[–] kixik@lemmy.ml 4 points 8 months ago

available on AUR for Arch and derivatires

[–] kixik@lemmy.ml 4 points 8 months ago* (last edited 8 months ago)

The AUR PKGBUILD shows a pretty simple recipe:

build() {
  arch-meson "${pkgname}-${pkgver//+/-}" build
  meson compile -C build
}

package() {
  meson install -C build --destdir "${pkgdir}"
  # permission fix
  chmod 755 "${pkgdir}/usr/bin/ascii-draw"
}

I've been seeing arch-meson often used, but haven't explored what it does. Some day...

Though it's way more fun to use text specification, like the one referenced by @fratermus@lemmy.sdf.org

[–] kixik@lemmy.ml 1 points 8 months ago* (last edited 8 months ago)

maybe, he mentioned stacked mode on a tiling compositor, which is valid, but that's not a thing on stacking compositors... BTW, the stack mode on sway doesn't mean it turns into a stacking compositor, rather it means tabbed mode with the tabs stacked vertically. But the OP knows better.

[–] kixik@lemmy.ml 2 points 9 months ago

You might try tabbed mode instead of stacking mode. It's great, as mentioned in some comment I made, I'm not a tiling guide, but the tabbed mode on sway is great. I would guess it's available on hyprland since it borrows some concepts from sway. However if you find a lot of trouble on hyprland enabling it (I guess you shouldn't) you might try sway. Beware you need exceptions because otherwise everything shows up maximized, but that's not hard byt reading the man pages, compositor documentation, and looking around on the web. BTW, on sway this global config gives tabbed mode on all workspaces: workspace_layout tabbed and of course you can chenge it to stacking, or tiling whenever you want on any workspace...

[–] kixik@lemmy.ml 3 points 9 months ago (2 children)

I'm not a tiling guy, and the tabbed mode on sway seems to me like the best I've used. I believe it's a much better experience than stacking compositors by a lot. Having a tab bar, and everything maximized to it (except what I consider is better off floating) is the best I've experienced. Stacking mode is the same just that is uses too much space by stacking the tabs, so I really don't like stacking mode. So sway tabbed mode, in combination with a tiling concept of a workspace per particular objective (I use 10) and a simple bar (yamber) has no alternative on the stacking spectrum of compositors.

BTW, if going with a stacking compositor, I recommend labwc instead. I found a smoother and way more stable experience than wayfire (some functionality stops working often like sunset functionality, and usually way behind on wlroots support, not a take on wayfire devs, just that I find it more unstable than labwc).

Of course I'm biased towards less eye candy, though I still appreciate the equivalent to basic picom/compton on the Xorg world, which is the norm on any wayland compositor AFAIK.

[–] kixik@lemmy.ml 2 points 9 months ago* (last edited 9 months ago)

Tiling widow managers are popular, but they’re definitely a taste.

Oh, I refered to that in your post. To me all WMs/compositors are a matter of taste, including stacking ones (on wayland from the stacking ones I only like labwc though it's xml config is not what I would prefer). And you already clarified, but it gave me the impression that it was implicit that tiling was a matter of taste, when those WMs/compositors also offer tabbed/stacked mode, which to me it's not tiling at all, and offers something really appealing not so easily to achieve on any stacking WM/compositor.

Regarding config, well yes, if one is looking for no config at all, and still get the WM/compositor to be useful and also to one's liking, then that's hard to find. But the config files once achieving what one likes and is productive with, then one barely looks at it again, and they are usually portable (usually not only across PCs, also across distros).

But I got your point, sort of "plug and play" as they said before, just install it and without any config be productive with it... I can't imagine that. I heard river is pretty close to dwm, but I can't tell much about it. The river idea of dynamic tiling, which seems to be the default doesn't really appeal to me, so I would need to do tabbed mode any ways, which doesn't seem to be the default, so at least for me it wouldn't be that configless... But maybe it would be to dynamic tiling people.

[–] kixik@lemmy.ml 1 points 9 months ago

well, for me there's no need for eye candy. I'm happy with sway and its tabbed mode.

[–] kixik@lemmy.ml 1 points 9 months ago

BTW, labwc is sort of the openbox for wayland, in case interested

[–] kixik@lemmy.ml 1 points 9 months ago (2 children)

See tabbed mode on sway. Not all tiling compositors are about just tiling, :)

[–] kixik@lemmy.ml 3 points 9 months ago

If you're not into tiling, but still want several of the advantages of sway, it offers a couple of additional modes, stacked and tabbed. I really loved tabbed setting some things to be floating. It's like it sounds, it offers a horizontal tab with all windows within per workspace, maximized below the tabs... Stacked is similar but it stacks the tabs vertically. If you'd tell me before a tiling compositor has such functionality I wouldn't have believed it. I like it better than stacking compositors, :)

view more: ‹ prev next ›