swayfx
swayfx copied to clipboard
SwayFX: Sway, but with eye candy!
Resolves this issue: https://github.com/swaywm/sway/issues/6297 And kinda resolves this one, too: https://github.com/swaywm/sway/issues/7853 This was [denied](https://github.com/swaywm/sway/issues/6297#issuecomment-1403866816) in vanilla sway because ["Invisible-but-still-active cursors are confusing."](https://github.com/swaywm/sway/issues/4145#issuecomment-491880044) (I don't see how). This not only would...
##### Notes: - I changed as little as possible to minimize merge conflicts with upstream - `SWAYSOCK` wasn't renamed because it would break e.g python scripts using i3ipc - Commands...
I believe this should work to resolve https://github.com/WillPower3309/swayfx/issues/154 though I don't know how to test it locally. Uses https://github.com/marketplace/actions/publish-aur-package
logs shader compile error if a shader fails to compile for some reason. i dunno if you guys want this or not but i made it while fixing the nvidia...
Resolves #110. Changes required here are partially implemented in #120, so that needs to be merged first. Command syntax: ``` shader load [vert] shader param shader ```
#97 Allows for more interesting border designs by drawing textures above them. Basically a sway-borders adaptation. Currently requires `corner_radius 0` and `border pixel|normal >0` to be set in config. Command...
- **Description:** Allows us to properly blur regions requested by clients instead of using hacks (e.g. opacity), with possibly increased performance.
Hi everyone, I decided to install SwayFX via the GitHub repository. Cloned it into my home directory and logged in. I type in the command - “meson build/” Result: ```The...
The current behavior of Sway and SwayFX does not allow for drawing a single coherent border around an entire "tabbed" container, leaving unfocused tabs with an awkward, *out of place*...
Now I think layer_effects is not using blur_xray for calculating blur effect. `layer_effects 'waybar' shadows disable; blur enable` That makes not good looks like this:  (screenshot without blur, there...