From 57694a4207e62df008e794bb01c9bb8a6aa1eea0 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Sun, 23 Jun 2024 10:18:14 +0200 Subject: [PATCH] use wayland fork of rofi catches cursor focus when opening the dmenu --- hyperland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperland/default.nix b/hyperland/default.nix index a218bbd..446f393 100644 --- a/hyperland/default.nix +++ b/hyperland/default.nix @@ -27,7 +27,7 @@ in dunst waybar swww - rofi + rofi-wayland brightnessctl # (pkgs.waybar.overrideAttrs (oldAttrs: { # mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];