1
0
Fork 0
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:
Crescent617 2023-07-22 17:07:54 +08:00
parent bf27ae7857
commit 71b78a80ba

14
rc.lua
View file

@ -338,12 +338,12 @@ globalkeys = mytable.join(
awful.key({ modkey }, "Escape", awful.tag.history.restore, { description = "go back", group = "tag" }), awful.key({ modkey }, "Escape", awful.tag.history.restore, { description = "go back", group = "tag" }),
-- Non-empty tag browsing -- Non-empty tag browsing
awful.key({ altkey }, "Left", function() -- awful.key({ altkey }, "Left", function()
lain.util.tag_view_nonempty(-1) -- lain.util.tag_view_nonempty(-1)
end, { description = "view previous nonempty", group = "tag" }), -- end, { description = "view previous nonempty", group = "tag" }),
awful.key({ altkey }, "Right", function() -- awful.key({ altkey }, "Right", function()
lain.util.tag_view_nonempty(1) -- lain.util.tag_view_nonempty(1)
end, { description = "view previous nonempty", group = "tag" }), -- end, { description = "view previous nonempty", group = "tag" }),
-- Default client focus -- Default client focus
-- awful.key({ altkey, }, "j", -- awful.key({ altkey, }, "j",
@ -756,6 +756,8 @@ awful.rules.rules = {
"Wpa_gui", "Wpa_gui",
"veromix", "veromix",
"xtightvncviewer", "xtightvncviewer",
"Clash for Windows",
"eudic"
}, },
-- Note that the name property shown in xprop might be set slightly after creation of the client -- Note that the name property shown in xprop might be set slightly after creation of the client