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

[BUG] Combi modes always display the same wrong view #1908

Closed
1 of 2 tasks
timmytit opened this issue Oct 17, 2023 · 2 comments
Closed
1 of 2 tasks

[BUG] Combi modes always display the same wrong view #1908

timmytit opened this issue Oct 17, 2023 · 2 comments

Comments

@timmytit
Copy link

Rofi version (rofi -v)

Version: 1.7.3

Configuration

https://gist.github.com/timmytit/922a888042e665371f755fb7947cce6b

Theme

https://gist.github.com/timmytit/43b09ce40187b097b6f1b4188d37764a

Timing report

https://gist.github.com/timmytit/77ab4ffadc7019c4e1b05bb5821219ae

Launch command

rofi -modi combi,drun,window -combi-mode "window,drun" -show

Step to reproduce

  1. Open terminal
  2. Enter the "Launch command" or any of the following variations of it:

rofi -modi combi,drun,window -combi-mode "window,drun" -show combi

rofi -show combi -modi combi,drun,window -combi-mode "window,drun"

  1. See rofi pop up on the screen with a combination of window and run
  2. Cry

Expected behavior

Expect rofi to show window and drun.

Actual behavior

Rofi shows window and run.

image

Additional information

It does not matter what -combi-modes I use, they all show the same thing. Even if I do only one mode in the combi-mode.

Using wayland display server protocol

  • No, I don't use the wayland display server protocol

I've checked if the issue exists in the latest stable release

  • Yes, I have checked the problem exists in the latest stable version
@timmytit timmytit added the bug label Oct 17, 2023
@DaveDavenport
Copy link
Collaborator

DaveDavenport commented Oct 17, 2023

If you want other modes combined in the combi mode, you need to configure it to use other modes.

For 1.7.3 and up:

rofi -show combi -combi-modi 'window,drun'

and/or
for 1.7.4 and up:

rofi -show combi -combi-modes 'window,drun'

-combi-mode is not a valid argument.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants