-
-
Notifications
You must be signed in to change notification settings - Fork 381
Open
Description
In the file "~/.config/rofi/launchers/type-1/style-5.rasi"
i can add the "calc" modi from the 'rofi-calc' software:
configuration {
modi: "drun,calc,run,window";
show-icons: true;
display-drun: "";
display-window: "";
display-calc: "";
display-run: "";
/* display-filebrowser: ""; */
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
}
But another rofi application such as 'Greenclip' isn't listed as a modi in rofi, and is executed in a different way:
rofi -modi 'clipboard:greenclip print' -show clipboard -run-command '{cmd}'
How do i get the theme working with Greenclip?
Metadata
Metadata
Assignees
Labels
No labels