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
+8
View File
@@ -0,0 +1,8 @@
[user]
email = n.suryap@gmail.com
name = cool-mist
[init]
defaultBranch = main
[core]
editor = nvim
+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,
+2 -2
View File
@@ -99,14 +99,14 @@ content-foreground = ${colors.sep}
[module/cpu-temp]
type = custom/script
exec = hmon cpu
exec = /home/chips/.cargo/bin/hmon cpu
interval = 10
label = "%output%"
label-foreground = ${colors.module-value}
[module/gpu-temp]
type = custom/script
exec = hmon gpu
exec = /home/chips/.cargo/bin/hmon gpu
interval = 10
label = "%output%"
label-foreground = ${colors.module-value}