Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Window Behaviour doesn't respect modeline? #3

Open
emacsomancer opened this issue Apr 8, 2023 · 1 comment
Open

New Window Behaviour doesn't respect modeline? #3

emacsomancer opened this issue Apr 8, 2023 · 1 comment

Comments

@emacsomancer
Copy link

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
Copy link
Owner

jcguu95 commented Apr 8, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants