awesome: remove stupid modkey mapping
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user