From de13fa6bcb8543a3db41c99126e11f8ffd19c5a1 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 10 Oct 2023 11:14:56 -0700 Subject: [PATCH] Path change --- modules/screenshot/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/screenshot/init.lua b/modules/screenshot/init.lua index 3f631de..4657c48 100644 --- a/modules/screenshot/init.lua +++ b/modules/screenshot/init.lua @@ -1,6 +1,6 @@ local function screenshot_action(mode) awful.spawn( - conf_dir .. "modules/screenshot/screenshot.fish " .. mode, + "fish " .. conf_dir .. "modules/screenshot/screenshot.fish " .. mode, false ) end