From 6898f2fca2a64a262866ef70b432641bb8d1548c Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 25 Apr 2023 19:05:24 -0500 Subject: Don't expect geo to exist in awesome rc.lua scratchpad cmds --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 7ae5a5e..70f6329 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -136,7 +136,7 @@ function terminal_sp_cmd (spc, cmd, geo) else cl = "" end - if gflag then + if gflag and geo then gl = " " .. gflag .. " " .. geo else gl = "" -- cgit v1.2.3