scripts

Utilitity scripts
git clone git://gtms.dev/scripts.git
Log | Files | Refs

commit d2e32409683458e299ba8fe7dfd05d057f900cef
parent 0f97304b20d7d7c461cf92bcdc749c134e22c81f
Author: Tomas Nemec <nemi@skaut.cz>
Date:   Wed, 29 Sep 2021 10:36:56 +0200

update

Diffstat:
Mtmux-dev | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tmux-dev b/tmux-dev @@ -22,8 +22,8 @@ local dpgw = { cmd = cmd.dpgw, r_cmd = cmd.r_dpgw, } -local ui = {key = 'ui', cwd = workdir .. '/ui', cmd = cmd.ui} -local dw = {key = 'dw', cwd = workdir .. '/dw', cmd = cmd.dw} +local ui = {key = 'ui', cwd = workdir .. '/ui/devel', cmd = cmd.ui} +local dw = {key = 'dw', cwd = workdir .. '/dw/devel', cmd = cmd.dw} local digi = {key = 'digi', cwd = workdir .. '/digi', cmd = cmd.digi} -- COUPLES -- apps: list of app to make action on @@ -175,7 +175,7 @@ function App:restart() end function App:stop() - tkillp(self.key, self.key) + tkillp(self.key) io.write(string.format('Stopped %s', self.key), '\n') -- TODO: check if window is not empty and close it.. maybe end