rofi in -modi mode is blank
See original GitHub issueRofi runs fine when executed by rofimoji
. Yet when rofi -modi "emoji:rofimoji" -show emoji
is ran, then empty rofi dialog is displayed. No errors, just empty rofi window.
Rofi config:
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
rofi.color-enabled: true
rofi.font: Droid Sans Mono for Powerline 10
rofi.theme: gruvbox-dark-hard
rofi.terminal: urxvtc
rofi.show-icons: true
!rofi.matching: regex
rofi.bw: 3
Bit unrelated, but is there also possible to combine rofi with other pre-existing combi options? Eg
rofi -show combi -combi-modi 'window#drun#run' -modi combi#ssh -modi emoji#rofimoji -sidebar-mode
produces no errors, but only the combi
and ssh
modes are displayed.
Rofimoji installed by /usr/bin/env python3 -m pip install --user --upgrade git+ssh://git@github.com/fdw/rofimoji.git
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[REQUEST] Optionally exit immediately on empty script output
One question is that what to do when using multiple modi in one rofi call and some other mode than the shown one...
Read more >I can not make Rofi behave the way i want (modi + own script ...
Hello everyone, I am discovering Rofi and I like it a lot. However I am encoutering some problems and I hope that you...
Read more >rofi(1) - Arch manual pages
To launch rofi directly in a certain mode, specify a mode with rofi -show <mode>. ... An empty configuration section in the config...
Read more >Appendix A. Configuration Options - GitLab
If this list is empty (the default), this account will be enabled for all declared profiles. Type: list of string. Default: [ ]....
Read more >$i3 - Daniel Tompkins
... rofi -show find -modi find:/usr/share/rofi/modi/finder.sh bindsym ... -n "NotoSans NF" -a 0 # Blank i3 window for resizing bindsym $mod+Shift+i exec ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s a good idea, thanks! I’ve just added a sentence.
Ah that explains it. Maybe mention it in Readme to avoid future tickets like this?
I’ll try to find who’s the maintainer of debian package and see if newer version can be published.
Thanks, closing.