From 12a86e8ac36bd0874857086e04bd1b3fda6eb742 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Mon, 21 Aug 2023 22:50:48 +0200 Subject: [PATCH] Fix rofi showing on the wrong window --- modules/desktop/sway.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/desktop/sway.nix b/modules/desktop/sway.nix index d2ed96b..0da2ce4 100644 --- a/modules/desktop/sway.nix +++ b/modules/desktop/sway.nix @@ -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 ];