damanis

Results 125 comments of damanis

@akiyosi Now I use GonvimMaximized to maximize and wmctrl to unmaximize. I will try some options, but usually I can debug on week-end (Fri-Sat) only.

@akiyosi > Do you have any ideas? I have one idea, but it may be platform depended. The resize callback instead of check window.state() can check main window flags ```_NET_WM_STATE_*```...

@akiyosi I tried add timer after WindowGeometryBasedOnFontmetrics checking and put rest code to goroutine. It work isn't good: sometimes work, sometimes doesn't and sometimes throw error "QObject::setParent: Cannot set parent,...

Processes when goneovim run: ``` 33544 ? Sl 0:00 /home/sergey/go/src/github.com/akiyosi/goneovim/cmd/goneovim/deploy/linux/goneovim --nofork 33554 ? S 0:00 /tmp/.mount_nvim4XvPGZ/usr/bin/nvim --cmd let g:gonvim_running=1 --cmd let g:goneovim=1 --cmd set termguicolors --cmd let 33557 ? Ssl...

@akiyosi FYI: minimap is disabled in my configuration.

I had commented out full MiniMap section. After set ``` [MiniMap] Disable = true ``` the ```ps ax | grep nvim``` output isn't changed.

Sure. There are processes started by 'goneovim .bashrc': ![image](https://user-images.githubusercontent.com/65733488/189534579-ad85388a-c1e7-47a5-aa6e-34a46d0bb257.png)

To be sure: settings.toml in ~/.config/goneovim?

@akiyosi There are no zombie processes. Exactly these four processes were ran by bash command 'goneovim .bashrc'. Do you get another list?

@akiyosi Oh, sorry, the parameter is 'Disable'... Now I changed it to 'Disable = true'. ![image](https://user-images.githubusercontent.com/65733488/189639325-26aa6b30-0de0-4dca-8195-e61f31430de0.png)