ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
<Nulo> Can't seem to push to GitHub with dropbear.. here's my workaround: https://gitea.nulo.in/Nulo/river/commit/4ed070b68cf3bb85b6920ca9d77bd57cea966b70
notzmv has quit [Ping timeout: 268 seconds]
<leon-p> I think there is still some wonkieness with damage wrt multiple monitors. When I plug in an extra screen, it gets a ghost cursor, which only disappears when I move the mouse
notzmv has joined #river
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
Guest58 has joined #river
Guest58 has quit [Client Quit]
powerofzero has quit [Ping timeout: 264 seconds]
ecocode__ has quit [Ping timeout: 268 seconds]
ecocode__ has joined #river
waleee has quit [Ping timeout: 264 seconds]
ecocode__ has quit [Ping timeout: 256 seconds]
ecocode__ has joined #river
leon-p_ has joined #river
leon-p has quit [Ping timeout: 268 seconds]
snakedye has quit [Ping timeout: 260 seconds]
leon-p_ has quit [Quit: leon-p_]
leon-p has joined #river
leon-p has quit [Quit: leon-p]
lgflorentino[m] has quit [*.net *.split]
lgflorentino[m] has joined #river
leon-p has joined #river
<leon-p> I am writing another article on river and want to include a little galary at the end. If anyone wants to contribute fancy screenshots of nice river setups, now is your chance
Guest57 has joined #river
notzmv has quit [Ping timeout: 268 seconds]
<Ollie[m]> leon-p: where will it be posted? Do you have a blog or something?
<leon-p> Ollie[m]: yep, on my blog. leon_plickat.srht.site
<leon-p> the article I am writing right now will appear there sometime this week, depending on how much time I find
<Ollie[m]> Cool, I'll keep an eye out! Only just discovered river but got it working on my laptop yesterday
novakane has joined #river
Guest57 has quit [Ping timeout: 256 seconds]
<novakane> leon-p: I think snakedye has the most fancy setup here with what I saw on r/unixporn, mine is too minimal to be interesting lol
funcfun has joined #river
guest23_ has joined #river
<guest23_> leon-p: nothing fancy, played with light color theme https://scrot.cloud/image/river-stacktile-kitty-neovide.BAVia
guest23_ is now known as dimaom
funcfun has quit [Quit: funcfun]
novakane has quit [Quit: WeeChat 3.3]
novakane has joined #river
<leon-p> guest23_: thanks, Looks nice!
<leon-p> novakane: to be fair, I think plain work setups might be a bit more interesting in such an article than setups made to look good
<novakane> leon-p: well there is a screenshot on my dotfiles repo, you can show river-tags-overlay like that :p https://git.sr.ht/~novakane/dotfiles
damoreno has joined #river
damoreno has left #river [#river]
<ifreund> leon-p: here's one from me: https://0x0.st/-5Vw.png
<leon-p> thanks!
snakedye has joined #river
gwizon has joined #river
notzmv has joined #river
novakane has quit [Ping timeout: 250 seconds]
Guest58 has joined #river
novakane has joined #river
Guest58 has quit [Ping timeout: 256 seconds]
novakane has quit [Ping timeout: 250 seconds]
gwizon has quit [Remote host closed the connection]
dimaom has quit [Quit: Connection closed for inactivity]
novakane has joined #river
<novakane> oh nice the IME review, time to work
<novakane> ifreund: btw I almost always force push after a review but what do you prefer, a force push or new commit with more or less bad message that can be squash before merging it?
<ifreund> novakane: force push is fine, whatever works for you
<novakane> cool I'm more of a force push guy lol
Guest58 has joined #river
waleee has joined #river
Guest58 has quit [Ping timeout: 256 seconds]
<snakedye> leon-p: this could be be a way to implement directional focus and other layout modification from river. https://github.com/MarcosCosmos/geometric-tile-manager
<snakedye> It's probably too big as it is but it as some interesting ideas that can work the way layouts are interrelated
<snakedye> Interpreted*
pkap has joined #river
novakane has quit [Quit: WeeChat 3.3]
novakane has joined #river
novakane has quit [Quit: WeeChat 3.3]
pkap has quit [Quit: Client closed]
pkap has joined #river
pkap has quit [Client Quit]
pkap has joined #river
<pkap> I saw people posting screenshots of their river setups in chatlog and wanted to participate (simple setup with waybar): https://0x0.st/-545.png
novakane has joined #river
<novakane> pkap: you're using letter instead of number for your tags? in the keybinds too?
<pkap> yes also for keybinds :)
<novakane> that's cool, I never really thought about this
<pkap> Yeah I know it's uncommon, but I like it. It's closer to the homerow
<pkap> I adopted this from qtile where this was the default config.
<novakane> I get you, I have an azerty keyboard and sometime number are annoying to use, I should try this
snakedye has quit [Ping timeout: 244 seconds]
snakedye has joined #river
snakedye has quit [Ping timeout: 240 seconds]
snakedye has joined #river
<pkap> AZERTY is wild. Have you tried this: https://eurkey.steffen.bruentjen.eu/ ? Works well for umlauts and accents without compromises for coding, vim etc.
<pkap> (I guess this is off-topic, sorry)
<novakane> oh that's really interesting, I never saw that one, could be really usefull
pkap has quit [Quit: Client closed]
<Nulo> I use uiopy,./ for my tags
<Nulo> Please rehost the screenshot if you use it, that's my temporary dir
<waleee> Nulo: did you get the key release mappings to work?
<Nulo> waleee, not yet, the patch I sent here yesterday is Very Broken
<Nulo> But I know how to fix it
<Nulo> Although I'm not sure if an approach like that would be accepted upstream
<msiedlaczekelshi> hey, I get an error when compiling river from master: https://0x0.st/-5tV.txt updated submodules, even cloned fresh repo, still the same. I'm on zig 0.8.1
<leon-p> msiedlaczekelshi: that error should not happen on 0.8.1, are you on fedora by any chance?
<msiedlaczekelshi> leon-p: yes, on Fedora, that's right
<leon-p> fedora did something wonky with their zig package. You should try building river with a zig binary from ziglang.org
<msiedlaczekelshi> leon-p: ok this worked, thanks! I just wonder what kind of wonky thing they could have done and why
<msiedlaczekelshi> ok, thanks, that explains it a little
novakane has quit [Quit: WeeChat 3.3]
leon-p has quit [Ping timeout: 250 seconds]