Small rule and binding additions

This commit is contained in:
crater2150 2016-11-17 14:19:31 +01:00
parent 71ff5f21c3
commit 457f474a2c
2 changed files with 10 additions and 1 deletions

View file

@ -103,6 +103,9 @@ local myglobalkeys = awful.util.table.join(
--{{{ misc. XF86 Keys
awful.key({ }, "Scroll_Lock", binder.spawn("xlock")),
awful.key({ modkey }, "BackSpace", binder.spawn("xlock")),
awful.key({ modkey, "Shift" }, "BackSpace", binder.spawn("feierabend")),
awful.key({ }, "XF86Explorer", binder.spawn("touchpad")),
awful.key({ "Shift" }, "XF86Explorer", binder.spawn("wacomtouch")),

View file

@ -80,6 +80,12 @@ local function setup(self)
rule = { role = "buddy_list" },
callback = awful.client.setmaster
},
{
rule = { class = "Eclipse" },
properties = {
float = false
}
},
{
rule = { class = "Steam", name = "Friends" },
properties = {