#263: followtag default to true; changing quake definition

This commit is contained in:
copycat-killer 2017-01-12 13:07:11 +01:00
parent 7072b08058
commit 354fa23548
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ function quake:new(config)
conf.extra = conf.extra or "" -- extra arguments conf.extra = conf.extra or "" -- extra arguments
conf.visible = conf.visible or false -- initially not visible conf.visible = conf.visible or false -- initially not visible
conf.border = conf.border or 1 -- client border width 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() conf.screen = conf.screen or awful.screen.focused()
-- If width or height <= 1 this is a proportion of the workspace -- If width or height <= 1 this is a proportion of the workspace

2
wiki

@ -1 +1 @@
Subproject commit bcf8a8d6050cb57415d8bfa4260ea7547bff0833 Subproject commit 9a9d036e50fce8ba3fcd89a8f384743b0147b306