summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-29 15:55:31 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-29 15:55:31 +0900
commit0fb53f90c98816565d9f7569dbd0bfc711507675 (patch)
tree0c72030d843ba62a216092c9751c65c076845df5 /ar
parent6d4a3866ff2f5ecb0375d70a0a0d694b066a64df (diff)
modified core/autocmds.lua
Diffstat (limited to 'ar')
-rw-r--r--ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua
index 6f13f63..7f4b413 100644
--- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua
+++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/autocmds.lua
@@ -330,7 +330,7 @@ autocmd("BufWritePost", {
group = suckless_config,
pattern = home .. "/.local/src/suckless/dmenu/config.def.h",
callback = function()
- vim.cmd("silent !cd " .. home .. "/.local/src/suckless/dmenu/ && sudo make install")
+ vim.cmd("silent !cd " .. home .. "/.local/src/suckless/dmenu/ && sudo make clean install")
end,
})
@@ -341,7 +341,7 @@ autocmd("BufWritePost", {
vim.cmd(
"silent !cd "
.. home
- .. "/.local/src/suckless/dwmblocks/ && sudo make install && { killall -q dwmblocks; setsid -f dwmblocks; }"
+ .. "/.local/src/suckless/dwmblocks/ && sudo make clean install && { killall -q dwmblocks; setsid -f dwmblocks; }"
)
end,
})
@@ -350,7 +350,7 @@ autocmd("BufWritePost", {
group = suckless_config,
pattern = home .. "/.local/src/suckless/slock/config.def.h",
callback = function()
- vim.cmd("silent !cd " .. home .. "/.local/src/suckless/slock/ && sudo make install")
+ vim.cmd("silent !cd " .. home .. "/.local/src/suckless/slock/ && sudo make clean install")
end,
})