Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KI
Posts
212
Comments
328
Joined
4 yr. ago

  • Using wayfire (disabling the fancy resources eating plugins) + waybar + plus a bunch wlr utilities (some from sway).

    I'm using integrated intel gpus. There's a laptop with both the integrated intel gpu and a nvidia discrete one, but I had to configure the bios to only use the inegrated one, both the binary nvidia drivers, and the open source nvidia drivers fail to set fbdev=1 (the external hdmi monitor is the one associated to the nvidia gpu, and it gets a blank screen), which is required for enabling KMS, which is required for wayland, so no luck. Nouveau actually works, but it's not stable enough, after some time of use the monitor turn off and there's no way to turn it back on, and it feels slow or lagging compared to the intel gpu, although it should be the opposite. So I gave up on nvidia on that laptop, and any other box only has the integrated intel gpu anyways. I've read of successful stories with nvidia, both with the binary and the open drivers, but I think it's not a generic thing that all nvidia gpus will work well on wayland with nvidia drivers. The noveau drivers are the only ones working for some gpus, but not stable enough. So I stick with the recommendation to stay away from nvidia if using wayland...

    I guess although WM still applies, on the wayland jargon they're called compositors, and the wayland compositors are not as light as the Xorg WMs, since there's no Xorg server, and part of the responsibility of the server goes to the compositors on wayland...

    There's labwc, which is the compositor I would have chosen, but the developer decided to stick with xml configuration equivalent to the the openbox one, and also with the openbox themes/styles, which I never liked. On Xorg I used fluxbox + tint2 + ..., and I tried openbox, but totally disliked it compared to fluxbox... But other than config and theming, I like its idea of being a light compositor.

    Actually by disabling the plugins I am on wayfire, it's pretty much labwc but with new decent config (I really like its config BTW), and using the gui toolkit theming, so no specific wayfire theming at all, which is nice, as opposed to the labwc own theming... Still, labwc is also an option for some.

    Wayfire and labwc are not tiling compositors as most of all others, :)

  • I like the SMS gate app from f-droid suggested.

    A different approach to read SMS from other devices, for example your PC, would be using kdeconnect. It's supposed to allow you to read current messages, receive messages, and reply to messages, even send messages I believe. So perhaps an option, though not a syncing tool to keep SMS messages somewhere else, and I can't tell about the encryption involved...

  • It looks like, though OTB (opentype bitmap fonts) are different than plain bitmap fonts, and are actually supported by pango. Alacritty allows me to use Terminus OTB fonts for example. There are other true type fonts which are also sort of my plan B, which are not supported by kitty either, as mentioned, I wanted to see if there's a way not just to select between the list kitty offers, which is sort of limited. At any rate if not Terminus, I don't really like much my plan B true type fonts much...

  • For those kitty users, have anyone been able to use fonts not in the list kitty support? I only use Terminus (OTB) fonts on terminal, and when trying kitty out, I found no way to get it to use Terminus (I could only select between those supported by kitty).

  • f-droid -> expert mode -> privileged extension (turned on)

    But you need to install f-droid with privileged extension, which is easy on LOS and derivatives/forks, but not sure on things like grapheneOS/calyxOS/pure android...

  • Wofi is still working fine with wayfire. It's actually still offered on Arch as part of the "extra" repository:

     
        
    % pacman -Ss wofi
    extra/wofi 1.3-2 [installed]
        launcher for wlroots-based wayland compositors
    
      

    To be honest, I found it more straight forward than rofi, but I could still use rofi if it worked well on wayland. I've never used tofi, and it doesn't seem like a drop-in replacement for wofi. But I guess it's worth trying. It's seems less graphical than wofi though...

  • These two posts are really enlightening:

    How I Built My New Linux Gaming Desktop In 2021 With Amd Cpugpu And Gnu Guix

    I Love Arch But Gnu Guix Is My New Distro

    From the last, there is a non guix project including packages for guix, which are not officially supported given hey are not free software. I recommend taking a look at the last post at least, since it comes from someone who used Arch, and made the move to Guix, not just opinions from people like me, who haven't ever used Guix.

    That said, Guix is in my TODO list. The thing is that I want to learn a bit more than minimal Guile, so I can write packages myself (there are always missing packages, even on Arch/Artix + AUR, I always have the need to whether tweak something at some point, or create a package still not in there), and also deal with my own services to run with shepherd. So I don't want to blindly try things out...

    It shares with Nix the reproducible build of everything, but the language it uses is Guile, which has some history. Nix has its own language. To me that's a plus on Guix. But the most important part, is that the official repos are all for free software, and then on the non guix project one can look for non free software pieces, which to me this is also a plus. I guest most might differ.

    But again, if you want to try it, even if it's just because of curiosity, why not doing it so? I hope those prior posts from someone who migrated there might be helpful.

  • Pff, I just got logged out on a refresh, hehe. So what I said is not true, I'm getting logged out, somehow randomly (can't say I know under which conditions that happens). Not sure if there was a release candidate upgrade, since I can't remember the version before this new logout. Currently:

     
        
    UI: 0.19.0-rc.11
    BE: 0.19.0-rc.10
    
      
  • Nope, I only have a lemmy.ml account, and I only use librewolf on the desktop...

    I had that issue of having to re-login, and then every now and then when I do reload, it posts not on my subscribed communities as if I were not logged in, although I'm logged in, but on a subsequent reload, then only my subscribed communities posts show up. I haven't had to re-login again, just after the upgrade, and then the other minor annoyance is that, but a subsequent reload is enough...

  • I don't think so. Dhcpcd + wpa_supplicant is really light, suitable for light installers, and live USB stick images.

    I've been using dhcpcd + wpa_supplicant for so long... I do understand currently users prefer NM, but I hope there's no push for it to be the unique way to manage network connectivity, and on light installers, I hope I'm not force to use NM either.