• 0 Posts
  • 14 Comments
Joined 21 days ago
cake
Cake day: February 17th, 2025

help-circle



  • I’m excited for my cursor to not get trapped in a window anymore.

    On Wayland at least, u can completely disable pointer constraints. Thus, a game window freezes, it doesn’t lock your cursor in it.

    With X11, the only solutions I found were basically recompiling the X11 code. Thus, I deal with one game window making my cursor disappear and frozen inside itself, affecting all other Xwayland windows.

    Annoying and ridiculous. Hopefully not long before wine-wayland matures enough to fix this.






  • unhrpetby@sh.itjust.workstolinuxmemes@lemmy.worldXDG_CONFIG_HOME
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    14 days ago

    Yes. ~/.mozilla. Its annoying.

    You can fix it with a hack by putting a shell script in your path (before the original firefox) that consist of:

    #!/bin/sh
    
    HOME='/home/engywuck/.local/share/firefox' /usr/bin/firefox
    

    Call that instead of the original firefox from now on. it will create the “librewolf” folder in ~/.local/share and chuck its junk in there.

    Edit: This bug has been open for TWENTY YEARS.

    Honestly ridiculous.