fix sh path and cleanup
This commit is contained in:
parent
2689953579
commit
c9de6a1055
4
init.lua
4
init.lua
|
@ -111,14 +111,10 @@ function module.focus(dir)
|
|||
root.fake_input("key_release", "Control_L")
|
||||
root.fake_input("key_press", "Super_L")
|
||||
return
|
||||
else
|
||||
if collision then
|
||||
collision.focus(dir, c)
|
||||
else
|
||||
awful.client.focus.global_bydirection(dir)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return setmetatable(module, { __call = function(_, ...)
|
||||
|
|
|
@ -89,9 +89,9 @@ function! s:TmuxAwareNavigate(direction)
|
|||
|
||||
let dir = s:CmdToDir(a:direction)
|
||||
|
||||
let cmd = 'sh ~/.bin/tmux_smart.sh '. dir
|
||||
let cmd = 'sh ~/.config/awesome/awesomewm-vim-tmux-navigator/tmux_focus.sh '. dir
|
||||
silent call system(cmd)
|
||||
let output= system("tmux run-shell 'tmux rename-window #{pane_current_command}'")
|
||||
" let output= system("tmux run-shell 'tmux rename-window #{pane_current_command}'")
|
||||
|
||||
"if tmux_pane == s:TmuxGetActivePaneId()
|
||||
"call s:SystemWindowNavigate(a:direction)
|
||||
|
|
Loading…
Reference in New Issue