From: copycat-killer Date: Thu, 12 Jan 2017 12:07:11 +0000 (+0100) Subject: #263: followtag default to true; changing quake definition X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/354fa23548674b83620ea69d42cffdd707e13dbf #263: followtag default to true; changing quake definition --- 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 diff --git a/wiki b/wiki index bcf8a8d..9a9d036 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit bcf8a8d6050cb57415d8bfa4260ea7547bff0833 +Subproject commit 9a9d036e50fce8ba3fcd89a8f384743b0147b306