mako icon indicating copy to clipboard operation
mako copied to clipboard

A lightweight Wayland notification daemon

Results 101 mako issues
Sort by recently updated
recently updated
newest added

Instead of having `* scale` all over the place, we can just use `cairo_scale` to set the scale factor. Same as https://github.com/swaywm/sway/issues/6486

good first issue

Unify clean up on error with goto statements. Is freeing the expected behavior?

``` ================================================================= ==643==ERROR: LeakSanitizer: detected memory leaks Direct leak of 281856 byte(s) in 509 object(s) allocated from: #0 0x7f51312a9f30 in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:163 #1 0x7f512fe36661 (/usr/lib/libfontconfig.so.1+0x21661) Direct leak of 12533 byte(s)...

bug

Not sure this is a good idea, but posting it as a separate issue: Getting the status would also be very useful to create a statusbar block representing whether notifications...

This allows for the following setting: ``` output=Acer Technologies XF270HU SERIAL ``` Which would make it so that if your output adapter changes, it would still show up on the...

Took a shot at implementing #300. Not sure how to go about detecting if we should load it as a scalable so I match on the extension for now... This...

Dunst has a config option, `follow = mouse`, that moves existing notifications to the output with mouse/keyboard focus. This is pretty much the only feature I miss from dunst. Is...

enhancement

When I'm watching a movie, I would like to see my low battery notifications on all my screens. It would be good if I could tell mako to output on...

When using Mako to test a tool I've been working on in Wayland, I noticed it's displaying hyperlinks as plain text markup. I noticed some older issues and PRs referencing...

bug

In sway, I can use output full name as reference, for example: `set $left "Dell Inc. DELL U2715H H7YCC62P0EBS"` and the use `$left` in my config. But with mako, I...

enhancement