mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 11:32:32 +00:00
updated
This commit is contained in:
parent
23b5164da0
commit
a89022e1c6
10
rc.lua
10
rc.lua
|
@ -216,9 +216,9 @@ globalkeys = awful.util.table.join(
|
||||||
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
|
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
|
||||||
{description="show help", group="awesome"}),
|
{description="show help", group="awesome"}),
|
||||||
-- Tag browsing
|
-- Tag browsing
|
||||||
awful.key({ modkey, }, "Left", awful.tag.viewprev,
|
awful.key({ modkey, }, "u", awful.tag.viewprev,
|
||||||
{description = "view previous", group = "tag"}),
|
{description = "view previous", group = "tag"}),
|
||||||
awful.key({ modkey, }, "Right", awful.tag.viewnext,
|
awful.key({ modkey, }, "i", awful.tag.viewnext,
|
||||||
{description = "view next", group = "tag"}),
|
{description = "view next", group = "tag"}),
|
||||||
awful.key({ modkey, }, "Escape", awful.tag.history.restore,
|
awful.key({ modkey, }, "Escape", awful.tag.history.restore,
|
||||||
{description = "go back", group = "tag"}),
|
{description = "go back", group = "tag"}),
|
||||||
|
@ -582,6 +582,12 @@ awful.rules.rules = {
|
||||||
{ rule = { class = "MPlayer" },
|
{ rule = { class = "MPlayer" },
|
||||||
properties = { floating = true } },
|
properties = { floating = true } },
|
||||||
|
|
||||||
|
{ rule = { class = "Qt Creator" },
|
||||||
|
properties = { floating = true,
|
||||||
|
maximized_horizontal = true,
|
||||||
|
maximized_vertical = true,
|
||||||
|
floating = true } },
|
||||||
|
|
||||||
{ rule = { class = "luakit" },
|
{ rule = { class = "luakit" },
|
||||||
properties = { floating = true,
|
properties = { floating = true,
|
||||||
maximized_horizontal = true,
|
maximized_horizontal = true,
|
||||||
|
|
Loading…
Reference in a new issue