From 354fa23548674b83620ea69d42cffdd707e13dbf Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Thu, 12 Jan 2017 13:07:11 +0100 Subject: [PATCH] #263: followtag default to true; changing quake definition --- util/quake.lua | 2 +- wiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2