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

disable titlebars
authormartin f. krafft <madduck@madduck.net>
Fri, 9 Sep 2016 15:42:20 +0000 (17:42 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 11 Sep 2016 08:11:43 +0000 (10:11 +0200)
.config/awesome/rc.lua

index ea63c33e48761b65cef77e59792db9ad9dc79b78..282a2fcc0dc9fd94063dcc53e4be9c88a6083f5d 100644 (file)
@@ -469,7 +469,7 @@ awful.rules.rules = {
 
     -- Add titlebars to normal clients and dialogs
     { rule_any = {type = { "normal", "dialog" }
-      }, properties = { titlebars_enabled = true }
+      }, properties = { titlebars_enabled = false }
     },
 
     -- Set Firefox to always map on the tag named "2" on screen 1.