mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-22 21:45:11 +00:00
1. add floating app
2. rm altkey + 'left/right' keymap
This commit is contained in:
parent
bf27ae7857
commit
71b78a80ba
14
rc.lua
14
rc.lua
|
|
@ -338,12 +338,12 @@ globalkeys = mytable.join(
|
|||
awful.key({ modkey }, "Escape", awful.tag.history.restore, { description = "go back", group = "tag" }),
|
||||
|
||||
-- Non-empty tag browsing
|
||||
awful.key({ altkey }, "Left", function()
|
||||
lain.util.tag_view_nonempty(-1)
|
||||
end, { description = "view previous nonempty", group = "tag" }),
|
||||
awful.key({ altkey }, "Right", function()
|
||||
lain.util.tag_view_nonempty(1)
|
||||
end, { description = "view previous nonempty", group = "tag" }),
|
||||
-- awful.key({ altkey }, "Left", function()
|
||||
-- lain.util.tag_view_nonempty(-1)
|
||||
-- end, { description = "view previous nonempty", group = "tag" }),
|
||||
-- awful.key({ altkey }, "Right", function()
|
||||
-- lain.util.tag_view_nonempty(1)
|
||||
-- end, { description = "view previous nonempty", group = "tag" }),
|
||||
|
||||
-- Default client focus
|
||||
-- awful.key({ altkey, }, "j",
|
||||
|
|
@ -756,6 +756,8 @@ awful.rules.rules = {
|
|||
"Wpa_gui",
|
||||
"veromix",
|
||||
"xtightvncviewer",
|
||||
"Clash for Windows",
|
||||
"eudic"
|
||||
},
|
||||
|
||||
-- Note that the name property shown in xprop might be set slightly after creation of the client
|
||||
|
|
|
|||
Loading…
Reference in a new issue