kotatsuyaki

joined 2 years ago
[–] kotatsuyaki 12 points 2 years ago (1 children)

That's real quick! Thanks for including my country :)

[–] kotatsuyaki 22 points 2 years ago (3 children)

Minor complaint - my country / region (Taiwan) is not listed in the "countries" dropdown list, and Kosovo is also missing. Consider asking for "country or region" instead of "country" and include states with limited recognition when asking nationality.

[–] kotatsuyaki 8 points 2 years ago (5 children)

I used to be on the vim side in the debates, but now that I've also used Emacs - Porque no los dos?

[–] kotatsuyaki 1 points 2 years ago

Polonium and Bismuth do not swap out KWin, though. They are KWin scripts, which manipulate windows via the API provided by KWin.

I used to use Bismuth, because it lets me recreate the auto-tiling functionalities I had in i3wm. KWin 5.27 brought support for tiling, but it's not automatic, so a KWin script is still needed for auto-tiling.

[–] kotatsuyaki 1 points 2 years ago

I just saw that you're asking for kbin, not lemmy. The steps probably wouldn't work as-is, and the "correct" way is to create a NixOS module for kbin. Some of the configuration steps (e.g. creating the kbin service user, configuring PHP, configuring Nginx, configuring Let's Encrypt etc.) are supported by NixOS modules in nixpkgs. It's also necessary to package kbin itself, and to create systemd services to run it.

Creating a module requires effort, though, and I'd rather use a container to deploy it for simplicity, if it were me.

 

On KDE Plasma 5.27 (X11), how do I set the screen split position per virtual desktop? When I do this,

  1. Switch to the 1^st^ virtual desktop
  2. Drag two windows to the left and the right edges of the display, respectively
  3. Switch to the 2^nd^ virtual desktop
  4. Drag two windows to the left and the right edges of the display, respectively
  5. Adjust the split position from 1:1 to, say, 3:1
  6. Switch to the 1^st^ virtual desktop

The split position on the 1^st^ virtual desktop is also affected. How do I make it so that different virtual desktops have different split positions?

[–] kotatsuyaki 1 points 2 years ago (1 children)

Wayland on most machines, X11 on my desktop with Nvidia GPU. On all my non-Nvidia machines, Wayland works great. The screens tear less, and the gestures are more responsive.

I try out Plasma Wayland with Nvidia GPU from time to time, but last time I tried (a few months ago), there were still some showstoppers. For example:

  1. KRunner hangs and can't be opened again.
  2. Panel freezes visually.
  3. Pipewire screen sharing results in a black canvas.
[–] kotatsuyaki 1 points 2 years ago (1 children)

There is a NixOS module for Lemmy, and it's usage is documented in the NixOS manual. To quote the minimal example from the manual:

services.lemmy = {
  enable = true;
  settings = {
    hostname = "lemmy.union.rocks";
    database.createLocally = true;
  };
  caddy.enable = true;
}
[–] kotatsuyaki 1 points 2 years ago

I have a similar problem. I'm able to log in using both Firefox and Brave on Linux, but I can't log in using any browser (tried Firefox, Brave, Chrome, Safari) on an iOS device.

[–] kotatsuyaki 1 points 2 years ago* (last edited 2 years ago)

I also use it purely to follow artists that aren't posting elsewhere. I managed to get cleaner and categorized "feeds" by creating lists. The downside is that I lose the algorithmic ranking feature, but that's an anti-feature for me anyway. And when an artist floods a particular list, I move them into separate lists that I visit less often.

[–] kotatsuyaki 1 points 2 years ago

Submitted mine!

[–] kotatsuyaki 4 points 2 years ago

It isn't "closed", is it? From the issue on the GitLab repo it's rate limited, but I still managed to install apps with Aurora yesterday.

[–] kotatsuyaki 3 points 2 years ago (1 children)

Interesting. How often does it trigger mass re-download from the binary cache? I'm on a not-so-fast home internet connection, so if mass rebuilds occur too often, I would spend a lot of time waiting for the downloads.

view more: next ›