Skip to content

What determines where transient window is shown? #236

Answered by ville-h
ville-h asked this question in Q&A
Discussion options

You must be logged in to vote

Shackle's author pointed the finger elsewhere since shackle's code hadn't changed at the time when I observed the behavioral change. I was just now experimenting and giving shackle's documentation a better read and looks like:

    (setq shackle-default-rule '(:same t))
    (setq shackle-rules
        '(
             (" *transient*" :popup t :align 'below)
        )
    )

is a working combination.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tarsius
Comment options

@tarsius
Comment options

@ville-h
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ville-h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants