jcguu95 / stumpwm-dynamic-float

An extension to StumpWM providing floating windows with dynamic tiling.
5 stars 0 forks source link

New Window Behaviour doesn't respect modeline? #3

Open emacsomancer opened 1 year ago

emacsomancer commented 1 year ago

I've had a good experience using this, with one difficulty. When I try to set new window behaviour as:

(push (cons (lambda (w) (equal 0 (search "[*EQUAKE" (window-title w))))
            (list ;; :x 300 :y 300 :height 300 :width 300
                  :status 'foreground))
      stumpwm-dynamic-float:*new-window-spec-hooks*)

The window in question seems to end up overtop of the modeline. Is there something I'm doing wrong here, or some way to modify this?

jcguu95 commented 1 year ago

Dear Benjamin,

Thanks for your message. Unfortunately I moved to macOS so I stopped using this. I do not have an environment to test my suggestions below.

If I remember correctly, stumpwm modeline is likely to be covered by other widgets. The way to make it come to the top is to “print/refresh the mode line” again. I forgot the name of that function. If you have any difficulties finding the function in the source code, let me know, I can help you find it.

Jin