]> 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:

only activate tag 1/9 on triple-head
authormartin f. krafft <madduck@madduck.net>
Tue, 5 Jan 2010 03:03:28 +0000 (16:03 +1300)
committermartin f. krafft <madduck@madduck.net>
Tue, 5 Jan 2010 03:03:28 +0000 (16:03 +1300)
.config/awesome/rc.lua

index b50998070cbcec78ad9916d1dca252bbb573db87..881af05a473ebacf97884fc1794b3f346ca14588 100644 (file)
@@ -126,7 +126,7 @@ for s = 1, screen.count() do
     tags[s][1].selected = true
 end
 
-if screen.count() > 1 then
+if screen.count() == 3 then
   tags[1][1].selected = false
   tags[1][9].selected = true
 end