mirror of https://github.com/lcpz/lain.git
#263: followtag default to true; changing quake definition
This commit is contained in:
parent
7072b08058
commit
354fa23548
|
@ -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
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit bcf8a8d6050cb57415d8bfa4260ea7547bff0833
|
Subproject commit 9a9d036e50fce8ba3fcd89a8f384743b0147b306
|
Loading…
Reference in New Issue