]> git.madduck.net Git - etc/awesome.git/commitdiff

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
authorcopycat-killer <dada@archlinux.info>
Thu, 12 Jan 2017 12:07:11 +0000 (13:07 +0100)
committercopycat-killer <dada@archlinux.info>
Thu, 12 Jan 2017 12:07:11 +0000 (13:07 +0100)
util/quake.lua
wiki

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.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
     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 bcf8a8d6050cb57415d8bfa4260ea7547bff0833..9a9d036e50fce8ba3fcd89a8f384743b0147b306 160000 (submodule)
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit bcf8a8d6050cb57415d8bfa4260ea7547bff0833
+Subproject commit 9a9d036e50fce8ba3fcd89a8f384743b0147b306