Fix move to tag to also focus new tag, Add git config
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
[user]
|
||||||
|
email = n.suryap@gmail.com
|
||||||
|
name = cool-mist
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[core]
|
||||||
|
editor = nvim
|
||||||
|
|
||||||
@@ -328,6 +328,7 @@ for i = 1, 9 do
|
|||||||
local tag = client.focus.screen.tags[i]
|
local tag = client.focus.screen.tags[i]
|
||||||
if tag then
|
if tag then
|
||||||
client.focus:move_to_tag(tag)
|
client.focus:move_to_tag(tag)
|
||||||
|
tag:view_only()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
@@ -99,14 +99,14 @@ content-foreground = ${colors.sep}
|
|||||||
|
|
||||||
[module/cpu-temp]
|
[module/cpu-temp]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = hmon cpu
|
exec = /home/chips/.cargo/bin/hmon cpu
|
||||||
interval = 10
|
interval = 10
|
||||||
label = "%output%"
|
label = "%output%"
|
||||||
label-foreground = ${colors.module-value}
|
label-foreground = ${colors.module-value}
|
||||||
|
|
||||||
[module/gpu-temp]
|
[module/gpu-temp]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = hmon gpu
|
exec = /home/chips/.cargo/bin/hmon gpu
|
||||||
interval = 10
|
interval = 10
|
||||||
label = "%output%"
|
label = "%output%"
|
||||||
label-foreground = ${colors.module-value}
|
label-foreground = ${colors.module-value}
|
||||||
|
|||||||
Reference in New Issue
Block a user