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

quake: let border width be configurable
authorSudo Nice <sudo.nice@gmail.com>
Thu, 11 Aug 2016 06:53:02 +0000 (09:53 +0300)
committerSudo Nice <sudo.nice@gmail.com>
Thu, 11 Aug 2016 06:53:02 +0000 (09:53 +0300)
util/quake.lua

index 0bd7148ae9b824a1ca502fcd173bc89f6007eb10..be9258c0befbdafc6ad688ab5b0fde013c97cca6 100644 (file)
@@ -60,7 +60,7 @@ function quake:display()
 
    -- Resize
    awful.client.floating.set(client, true)
-   client.border_width = 0
+   client.border_width = self.border
    client.size_hints_honor = false
    if self.notexist then
        client:geometry(self.geometry)
@@ -101,6 +101,7 @@ function quake:new(config)
    conf.extra    = conf.extra    or ""         -- extra arguments
    conf.visible  = conf.visible  or false      -- initially not visible
    conf.screen   = conf.screen   or capi.mouse.screen
+   conf.border   = conf.border   or 1
 
    -- If width or height <= 1 this is a proportion of the workspace
    wibox_height = conf.wibox_height or 18       -- statusbar weight