Ported widgets to zig, so now I have my nice background colour back #riverwm
Finished the keybind / pointerbind system.
I think it's quite elegant, since a user can either add to the list of binding configs, or clear it to get rid of the default bindings.
Keybinds and pointerbinds are abstracted into a single interface.
Custom window decoration on #riverwm
ToDo:
- different colours for focused windows
Screenshot of my #voidlinux setup. #Riverwm is my favorite #wayland compositor
wlrctl
or wob
. I'm still running #RiverWM as my daily though and just testing Labwc to see what's on the otherside but hey. ;)#riverwm #tilingwaylandcompositor #linux
Does anyone know if there is a way to have a view visible on multiple outputs?
Use case example: I want a slide and one other view like a notepad visible on my laptop screen and I want just the slide visible on my second output connected via hdmi
To deal with the tearing issues with the B580 I started building a Wayland environment to replace my AwesomeWM setup. Going ok so far with river+river-lautile, Eww for the bar, and yofi as launcher. Next I need to work out how to map the compose key in Wayland and sort out why dunst is crashing.
Hey, I want to start being more active on Mastodon, so here's my #introduction :
I'm a student passionate about technology, Linux, and programming. I'm mostly self-taught, but I plan to study computer science once I go to university.
I'm a huge #linux nerd, I use #archlinux (btw) and I run #riverwm (an amazing #wayland compositor). My editor is the incredible #neovim. And all of that runs on my beloved @frameworkcomputer laptop
Aside from all the computer stuff I also really like reading. I mostly read fiction (with a slight preference for fantasy) but I do enjoy the occasional non-fic book
#riverwm #tilingwm #tilingwaylandcompositor #linux
I have been using river as my window manager for a while now so thought I would share my thoughts.
I am really enjoying it, it feels much closer to xmonad than hyprland did which I like and it runs mostly smoothly. I love the way that it handles multi-headed setups for the most part and the way it is configured is refreshing for a window manager.
On my desktop, I have 2 monitors and river lets each monitor have its own set of tags which is nice.
I have yet to make good use of the tag feature and for the most part have been treating the tags like workspaces. This doesn't cause too many issues but tags come with some extra restrictions that make it less ideal if you are only using them the way you would workspaces. Maybe these can be ironed out but I don't know a solution.
I have been using the tag system more on my laptop than on my desktop probably because it only has 1 screen. On my desktop, if I want to have 1 program open and rotate between 1 or 2 programs open next to it, I can have the main program open in my main monitor and my second monitor can be used to rotate between the other programs that I want to have open next to it.
On the laptop this isn't possible but I have found the tag system to be useful for this. I can have tag 1 focused, say on emacs, and when I want I can focus a second or third tag with lecture slides, a browser or something else. I can also put a floating window with a video on one of my tags and then focus that tag with whatever other tag I am currently using so that I can keep the floating window with me as I move around my system.
As for using the tags like workspaces, it works for the most part but I have noticed some quirks. I am unable to jump to a window using rofi. This is likely hard to implement as a window could be on multiple tags and there is no good way to decide which tag to focus. Maybe a way it could be implemented is to instead have the currently focused tag/s added to the window.
When using multiple monitors, you can't drag a floating window onto another monitor and so you have to use the keyboard shortcut which isn't too much of an issue. When you move a window to another monitor, instead of moving it to the currently focused tags on that monitor, it moves it to the tags matching the ones it occupied on the previous monitor. This isn't an issue per se, just something that was counterintuitive to how I thought it should work.
There have been 1 or 2 minor issues with hidpi support for some apps but I don't think they are necessarily rivers fault. One example is with element messenger. When I enabled 2x scaling, instead of scaling the app, it instead shrunk the size of the window. River seemed to think it was normal size though as other windows moved around it as if it was taking up the normal space and I had to click where UI elements would have been if it was taking up the normal space.
Overall I have been enjoying it a lot, and will continue using it for at least a few more months
Added double-bezel borders and this is starting to look good.
A shame that UI has moved away from this kind of style; So I'll just have to bring it back, I guess
and we have widgets. finally managed to use all that drawing code I wrote weeks ago