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/)FU
Posts
12
Comments
179
Joined
2 yr. ago

  • cachyos is an arch-based distro, which has a large repository for v3-compiled binaries and soon they'll have also repo for v4. kernels are already compiled for v3 and v4. it's also by far my favorite distro at the moment.

  • here's the same as text

    1. sudo apt install xdg-desktop-portal-gtk

    2. systemctl --user edit xdg-desktop-portal.service

    1. paste these two lines
     
        
    [Service]
    
    Environment="XDG_CURRENT_DESKTOP=sway"
    
      
    1. systemctl --user restart xdg-desktop-portal.service