awesome: remove stupid modkey mapping

This commit is contained in:
2023-12-12 20:49:54 +02:00
parent e53cad0a6d
commit 07e1a6fc74

View File

@ -460,15 +460,6 @@ for i, tag_name in ipairs(tags) do
client.focus:move_to_tag(tag) client.focus:move_to_tag(tag)
end end
end end
end),
-- Toggle tag on focused client.
awful.key({ mod, "Control", "Shift" }, tag_name, function()
if client.focus then
local tag = client.focus.screen.tags[i]
if tag then
client.focus:toggle_tag(tag)
end
end
end) end)
) )
end end