SwayNotificationCenter icon indicating copy to clipboard operation
SwayNotificationCenter copied to clipboard

Allows Variable Notification Window Height

Open modestbadger1773 opened this issue 1 year ago • 4 comments

Allows Variable Notification Window Height

Solves:

@/issues/174 @/issues/274 @/issues/177

swayncwindowheight

modestbadger1773 avatar Apr 09 '24 04:04 modestbadger1773

The issue with this is that the layer could extend past the outputs bounds if the height is very large, hiding notifications. That's why I haven't really looked into this...

One solution would be to always have it set to the outputs height while only allowing input inside the used area (setting the surfaces input region). Not sure if this is possible in GTK though

ErikReider avatar Apr 15 '24 21:04 ErikReider

I mean, the same is true for notification-widow-width.

I think both should be available to the user with comments next to them to warn of their misuse.

https://github.com/ErikReider/SwayNotificationCenter/assets/165446573/8f1912d1-a5ba-42ee-902b-5ebcb2d291e2

modestbadger1773 avatar Apr 23 '24 02:04 modestbadger1773