forked from extern/nix-config
rofi: Support shell commands
This change made it so it was possible to use rofi as a terminal.
This commit is contained in:
parent
93f611225e
commit
789543f085
@ -9,6 +9,7 @@ configuration {
|
|||||||
drun-icon-theme: "Papirus-Dark";
|
drun-icon-theme: "Papirus-Dark";
|
||||||
terminal: "kitty";
|
terminal: "kitty";
|
||||||
scroll-method: 1;
|
scroll-method: 1;
|
||||||
|
run-shell-command: "{terminal} -e fish -ic '{cmd} && read'";
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme "~/.cache/wal/rofi.rasi"
|
@theme "~/.cache/wal/rofi.rasi"
|
||||||
|
Loading…
Reference in New Issue
Block a user