From d4761c8c51fdaeaf0e0a0535213651e4cd184751 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:36:54 +0200 Subject: [PATCH] launch drun through tofi --- home/scripts/system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/scripts/system/default.nix b/home/scripts/system/default.nix index f3a2bf8..7474689 100644 --- a/home/scripts/system/default.nix +++ b/home/scripts/system/default.nix @@ -19,7 +19,7 @@ let # if pgrep tofi; then # pkill tofi # else - # hyprctl dispatch exec $(tofi-drun) + # tofi-drun --drun-launch=true # fi '';