X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/7072b0805828af867fe4f22ee3360e8f9e052ea3..354fa23548674b83620ea69d42cffdd707e13dbf:/util/quake.lua diff --git a/util/quake.lua b/util/quake.lua index 4314a16..8a530f3 100644 --- a/util/quake.lua +++ b/util/quake.lua @@ -120,7 +120,7 @@ function quake:new(config) conf.extra = conf.extra or "" -- extra arguments conf.visible = conf.visible or false -- initially not visible conf.border = conf.border or 1 -- client border width - conf.followtag = conf.followtag or false -- spawn on currently focused screen + conf.followtag = conf.followtag or true -- spawn on currently focused screen conf.screen = conf.screen or awful.screen.focused() -- If width or height <= 1 this is a proportion of the workspace