diff options
-rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" |