-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
Would it be possible to support rofi's custom modes? In rofi man page it says:
Custom modes can be added using the internal 'script' mode. Each mode has two parameters:
<name>:<script>
Example: Have a mode 'Workspaces' using the i3_switch_workspaces.sh script:
rofi -modi "window,run,ssh,Workspaces:i3_switch_workspaces.sh" -show Workspaces
So I tried the following:
rofi -modi NetworkManager:`which networkmanager_dmenu` -show NetworkManager
But rofi is entirely empty. So this doesn't seem to work. networkmanager-dmenu only works if I run it as a stand-alone script by itself. But then I cannot combine it with other modes. Would it be possible to add support for this? Then, networkmanager-dmenu could be used as one mode alongside with other modes. For instance, as:
rofi -modi run,ssh,NetworkManager:`which networkmanager_dmenu` -show run
Metadata
Metadata
Assignees
Labels
No labels