Fix rofi showing on the wrong window
This commit is contained in:
parent
db6f370c46
commit
12a86e8ac3
|
@ -188,9 +188,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/davatorium/rofi
|
# https://github.com/davatorium/rofi
|
||||||
|
# https://github.com/lbonn/rofi (wayland fork)
|
||||||
# https://wiki.archlinux.org/title/rofi
|
# https://wiki.archlinux.org/title/rofi
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.rofi-wayland;
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
rofi-emoji
|
rofi-emoji
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue