WillPower3309 / swayfx

SwayFX: Sway, but with eye candy!
MIT License
1.18k stars 48 forks source link

Floating windows with background blur enabled breaks window borders. #267

Open aspauldingcode opened 5 months ago

aspauldingcode commented 5 months ago

Please read the following before submitting:

Please fill out the following:

Minda1975 commented 5 months ago

I can't reproduce this in Nixos 23.11 with foot and terminator terminals.

aspauldingcode commented 5 months ago

It's definitely still happening to me

Minda1975 commented 5 months ago

It's definitely still happening to me

What distro?

aspauldingcode commented 5 months ago

NixOS 24.05 (Uakari) Linux 6.7.3

Here's uname:

uname -a
Linux NIXSTATION64 6.7.3 #1-NixOS SMP PREEMPT_DYNAMIC Thu Feb  1 00:21:21 UTC 2024 x86_64 GNU/Linux

And here is details on nixos

nixos-version
24.05.20240203.79a13f1 (Uakari)

I thought I was on latest NixOS. my bad.

aspauldingcode commented 5 months ago

Here is a gif of my problem: 2024-02-08 10-03-54

Minda1975 commented 5 months ago

NixOS 24.05 (Uakari) Linux 6.7.3

I thought I was on latest NixOS. my bad.

The latest stable version of NixOS is 23.11. You running unstable version. It is possible that an unstable version of the distribution is the problem of this bug. Hard to say...

aspauldingcode commented 5 months ago

I technically fixed it with a brute-force config approach:

      #for all windows, brute-force use of "pixel"
      for_window [shell="xdg_shell"] border pixel 2
      for_window [shell="xwayland"] border pixel 2