From 20706ce6a3d176d68d17cb50de710882ffa91268 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 4 Sep 2025 20:23:31 +0200 Subject: [PATCH] rofi dmenu exec --- home/features/desktop/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index 0617440..ee76fe9 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -175,7 +175,7 @@ in { "$mainMod, M, exit" "$mainMod, F, fullscreen" "$mainMod SHIFT, V, togglefloating" - "$mainMod, D, exec, uwsm app -- rofi -show" + "$mainMod, D, exec, uwsm app -- rofi -show drun -run-command \"uwsm app -- {cmd}\"" "$mainMod, V, exec, uwsm app -- cliphist list | rofi -dmenu | cliphist decode | wl-copy" "$mainMod SHIFT, S, exec, uwsm app -- rofi -show emoji" "$mainMod, P, exec, uwsm app -- rofi-pass"