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

Add -transient-window mode #1988

Merged
merged 3 commits into from
Jun 9, 2024
Merged

Add -transient-window mode #1988

merged 3 commits into from
Jun 9, 2024

Commits on Jun 9, 2024

  1. Add -transient-window mode

    This will add a new mode for the rofi window so when you run it with
    -transient-window
    
    instead of
    -normal-window
    
    it will get the currently focused window and then use that as the parent window and set itself as transient of that window.  It is useful so that when you  use a keyboard shortcut to start rofi it will always popup on the window you are working on and so it doesn't make you refocus/move your head on large monitors :)
    pijulius authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a9bf0e6 View commit details
    Browse the repository at this point in the history
  2. Fixed other windows to be focusable in transient mode

    and added print_help_msg for this new -transient-window option.
    pijulius authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    5952355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f621786 View commit details
    Browse the repository at this point in the history