Some rules (also fix s/float/floating/g)
This commit is contained in:
parent
f2a9e5b1a7
commit
6621842607
2 changed files with 5 additions and 3 deletions
|
@ -145,7 +145,7 @@ awful.key({ }, "XF86Calculater", awful.client.movetoscreen
|
|||
awful.key({ modkey }, "i", function(c)
|
||||
require("naughty").notify({ text =
|
||||
string.format(
|
||||
"name: %s\nclass: %s\ninstance: %s\ntype: %s\npid: %d",
|
||||
"name: '%s'\nclass: '%s'\ninstance: '%s'\ntype: '%s'\npid: %d",
|
||||
c["name"], c["class"], c["instance"], c["type"], c["pid"])
|
||||
})
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue