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/lbonn/rofi (wayland fork)
|
||||
# https://wiki.archlinux.org/title/rofi
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
plugins = with pkgs; [
|
||||
rofi-emoji
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue