hyprland-community / awesome-hyprland

Awesome list for Hyprland [maintainer=@yavko]
Creative Commons Zero v1.0 Universal
2.14k stars 52 forks source link

hyprdim: notify user that they can do this with stock Hyprland #68

Closed holgerschurig closed 3 months ago

holgerschurig commented 3 months ago

decoration { dim_inactive = true dim_strength = 0.4 }

MahouShoujoMivutilde commented 2 months ago

@yavko

That doesn't actually replicate it.

dim_inactive = true just dims unfocused windows unconditionally, until they are focused.

Hyprdim dims windows only when you're switching between them, they don't stay dimmed, regaining their full brightness after 800ms (configurable).

It's right there in features:

  • Easily see which window has focus, even with subtle or no borders.
  • Windows only dim when switching windows, eliminating the need to toggle dim on/off when you want to see other windows.
  • Prevent windows from being dimmed if there are no other visible windows in a workspace.
  • Prevent windows from being dimmed when toggling special workspaces.
  • Dim background windows when dialog windows open.
yavko commented 2 months ago

@yavko

That doesn't actually replicate it.

dim_inactive = true just dims unfocused windows unconditionally, until they are focused.

Hyprdim dims windows only when you're switching between them, they don't stay dimmed, regaining their full brightness after 800ms (configurable).

It's right there in features:

  • Easily see which window has focus, even with subtle or no borders.
  • Windows only dim when switching windows, eliminating the need to toggle dim on/off when you want to see other windows.
  • Prevent windows from being dimmed if there are no other visible windows in a workspace.
  • Prevent windows from being dimmed when toggling special workspaces.
  • Dim background windows when dialog windows open.

i love it when people send false patches 😢