ifreund, to random
@ifreund@hachyderm.io avatar

New river 0.3.1 bugfix release, with one feature-shaped "bugfix" for input-method-v2 popups snuck in :)

https://codeberg.org/river/river/releases/tag/v0.3.1

lhp, (edited ) to random
@lhp@mastodon.social avatar

So I'll write a blogpost about 's WM protocol once that is merged in git master. Kinda wondering what I'll do though.

ifreund, to random
@ifreund@hachyderm.io avatar

Finally got around to adding a code of conduct for river: https://codeberg.org/river/river/src/branch/master/CODE_OF_CONDUCT.md

The river 0.3.0 release is getting closer, the only real blocker remaining is me updating some outdated stuff on my website and writing a blog post :)

ifreund, (edited ) to random
@ifreund@hachyderm.io avatar

Draft logo design for river, many thanks to @kardwen for the original idea: https://codeberg.org/river/river/issues/557#issuecomment-1708336

The font to use for the text is subject to change and I may spend a bit more time tweaking the curves of the logo but I'm pretty happy with this :)

thelinuxcast, to random
@thelinuxcast@fosstodon.org avatar

So Hyprland is buggy, we knew this. So I can't use it at the moment. So I tried out qtile wayland again. And while it's stable, it is still so far away.

What's a guy gotta do to get a stable, fully functional, wayland compositor that isn't Sway?

knotu,
@knotu@mastodon.world avatar

@thelinuxcast @stefur I think it's also worth mentioning that there have been a lot of changes since the last real update, so I highly recommend building from git or waiting for the 0.30 release, which is apparently soon.

Also check out the community-layouts on the wiki, which really makes river what it is. I've used stacktile for the longest time, but recently have been trying/using wideriver.

lhp, to random
@lhp@mastodon.social avatar

Also yes, this is the first time I bothered to do a proper UEFI install. Usually I was too lazy to update my setup cheat-sheet. But I got curious. I now have an almost flicker free boot thanks to systemd-boot and plymouth! Also autologin with greetd (there already is a LUKS password prompt, so no need for a login screen), so the only flicker I get is one modeset before starts and the brief period of blue before my init is executed and changes the background colour.

SebinNyshkim, to random
@SebinNyshkim@meow.social avatar

This is a pretty cool concept for a tiling and compositor

Now if only I had the patience to learn any of them

https://github.com/YaLTeR/niri

lhp,
@lhp@mastodon.social avatar

@echoraptor @SebinNyshkim I am using with an ultrawide monitor. It is usually too large if I have just one or two windows open, but for that reason I configured my layout to have an optional outer padding. Also three or four windows side-by-side work well with all available space

uncomfyhalomacro, to random
@uncomfyhalomacro@fosstodon.org avatar

i might switch back to riverguile from stacktile. seems more flexible to use.

#riverwm #windowmanagers #wayland #wlroots

lhp, to random
@lhp@mastodon.social avatar

Free tip: Want to set fonts in GTK applications?

gsettings set org.gnome.desktop.interface monospace-font-name 'Fantasque Sans Mono 12'

gsettings set org.gnome.desktop.interface font-name 'Ubuntu 12'

Yes, you can also set the normal font to a monospaced one, if you are way to used to staring at terminals.

bilaliscarioth, to random

Using on

knotu, to random
@knotu@mastodon.world avatar

I once made a hacky bash wrapper script for and rivertile(per-tag & cycle-tags). Mainly to see if I could and have it be a backup. I never expected to need it. Did a fresh install on a new to me pc today and a couple things that I use for river are currently unavailable, due to what is happening with and .

I have the sources available on another pc, but it's nice to have a script you made, even if hacky, help out in a pinch.

brokenix, to emacs
@brokenix@emacs.ch avatar
lhp,
@lhp@mastodon.social avatar

@brokenix was a dwm user years ago, wasn't impressed by the "our software release model is a buncha patches on a wiki"-thing.

These days I use and contribute to , where we plan on having some sort of window management protocol in the future. Even with the comparatively limited layout protocol it's already a very good experience.

lhp, to scheme
@lhp@mastodon.social avatar

Just one more step and a init in using riverguile will be possible 🐈‍⬛

lhp, to random
@lhp@mastodon.social avatar

Riverguile now also supports idle events. One step closer to offering a complete shell for .

JustineSmithies, to random
@JustineSmithies@fosstodon.org avatar
JustineSmithies, (edited ) to zig
@JustineSmithies@fosstodon.org avatar

Just updated to wlroots 0.17.1 in preperation for building the latest . I have to say that I really like this window manager. ❤️

https://github.com/riverwm/river

JustineSmithies, to zig
@JustineSmithies@fosstodon.org avatar

Just updated to wlroots 0.17.1 and in preperation for building the latest . I have to say that I really like this window manager. ❤️

lhp, to scheme
@lhp@mastodon.social avatar

Automatic circular layout! Just 11 lines of scheme with riverguile. It's so nice being able to just play around with fun ideas. In my other layout generator, stacktile, this would have taken me at least an hour of wrangling boilerplate. With riverguile in scheme just a few minutes.

lhp, to scheme
@lhp@mastodon.social avatar

Working on riverguile and playing around with my layout and it just hit me that I can just (map (lambda ...) (iota view-count)) instead of using a recursive iterator. How has this not occurred to me before?

JustineSmithies, to voidlinux
@JustineSmithies@fosstodon.org avatar

Just got rebuilt from Got on my adventure and looked out of the window to see the sky with oily like clouds. This picture just doesn't do it justice.

thezerobit, to linux
@thezerobit@anticapitalist.party avatar

People who have moved from X11 to Wayland: what are the benefits that you have experienced from using Wayland over X11 and what issues have you had to deal with?

JustineSmithies,
@JustineSmithies@fosstodon.org avatar

@thezerobit The only real issues have been learning what WM/DE use Wayland and what X apps have Wayland equivalents. Also under Wayland the WM is the compositor whereas in X you ran a separate compositor for things like shadows and blur.
The benefits for me is that it just works and is secure and constantly developing. FWIW I use and have used under Wayland.

duhdugg,
@duhdugg@fosstodon.org avatar

@JustineSmithies curious: do you use with a multi-monitor docking station, by any chance?

JustineSmithies,
@JustineSmithies@fosstodon.org avatar

@duhdugg Sort of I'm using a 32" screen via HDMI and the secondary is my ThinkPads display. I also use as it works well with which starts via a script that counts the displays before starting n instances.

lhp, to random
@lhp@mastodon.social avatar

👀👀👀

justsoup, to zig
@justsoup@mstdn.social avatar

Is there a reason to learn at this point? I know it aims to be a replacement for #C, but is there any actual practical use for it at the moment? (other than fun of course)

JustineSmithies,
@JustineSmithies@fosstodon.org avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • cisconetworking
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • InstantRegret
  • Durango
  • Youngstown
  • slotface
  • thenastyranch
  • love
  • kavyap
  • tacticalgear
  • tester
  • provamag3
  • khanakhh
  • ngwrru68w68
  • everett
  • osvaldo12
  • rosin
  • cubers
  • GTA5RPClips
  • normalnudes
  • modclub
  • ethstaker
  • Leos
  • anitta
  • JUstTest
  • All magazines