daru

Results 26 comments of daru

If you looking for quickfix you can check these 2 [threads](https://forum.xda-developers.com/search/66217823/?q=key&t=post&c[thread]=4389641&o=relevance). But it would be great if it worked with screen off too.

@angrybacon in mean time try ``` wintypes: { notification = { animation = "slide-down"; }; } ```

latest commit fixes nodes which are taken from any state to floating, nodes hiding and reappearing and floating node transfers. I tested this on `grid` and `tall` layouts. Also discovered...

There is also 1 last problem which I don't know how should be fixed. If floating window is created it will trigger `node_add` event and then `node_state tiled off` >...

I've been using this for almost week since previous changes weren't working apparently. This should be OK. Someone else should test it. For `@()` bashism we could use commented `if`...

> using the removeAt method now gives an error about a nil value, even without using telescope have any of you ran into that? https://github.com/ThePrimeagen/harpoon/issues/499#issuecomment-2076462687

I decided to dig in this because I had some performance issues with @I-Want-ToBelieve `autohide-tdrop`. After so much tries with `xdotool` I managed to do pretty stylish and working flow....

I use colemak-dh so h(as host) is ok for me. But that would clash with classic colemak. I suggest make it capital C.

I have another idea about having custom animation/disabling features per `WM_CLASS`. I don't know if this is problem of rofi, but it doesn't implement `_NET_WM_WINDOW_TYPE` or rather should say that...

I'm not sure why, appart from line win.c:2689: ``` if (ps->o.animations && ps->o.animation_for_unmap_window != OPEN_WINDOW_ANIMATION_NONE && ps->o.wintype_option[w->window_type].animation) { ``` because you certainly have return on win.c:1144: ``` if (ps->o.wintype_option[w->window_type].animation ==...