Fix move to tag to also focus new tag, Add git config

This commit is contained in:
cool-mist
2024-07-31 13:19:37 +05:30
parent b0763253b8
commit e2e7ef0842
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -328,6 +328,7 @@ for i = 1, 9 do
local tag = client.focus.screen.tags[i]
if tag then
client.focus:move_to_tag(tag)
tag:view_only()
end
end
end,