]> git.madduck.net Git - etc/awesome.git/blobdiff - util/quake.lua

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

#263: followtag default to true; changing quake definition
[etc/awesome.git] / util / quake.lua
index 4314a1614190d9767d342d1a46457d112c9541a9..8a530f396a1bda08115955f0248b20831c2a85c1 100644 (file)
@@ -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