Gustavo Joaquin

Results 18 comments of Gustavo Joaquin

i think you should try to use a plugin that configures jdtls, like nvim-jdtls or nvim-java

i notice it only happen when i enable `window_overlap_clear_enabled = false` but i need that feature for leetcode-nvim, please how can i solve this issue

yes of course, I'm using a minimal config of Astronvim and in the `nvim/lua/plugins` I added the configuration: ``` -- Example for configuring Neovim to load user-installed installed Lua rocks:...

thanks, but how can i config uwufetch to show the logo in tmux, i have the `set -gq allow-passthrough on` in my tmux config ![image](https://github.com/TheDarkBug/uwufetch/assets/93671143/85730eec-713b-4474-9cd7-14dd3b44a2bb)

yes, it happens when i share my screen in firefox or floorp, the indicator of screen sharing overlaps with waybar, I'm using sway, i don't tested it with other window...

I changed the /etc/enviroments file adding MOZ_ENABLE_WAYLAND=1, now it opens the window ![image](https://github.com/Alexays/Waybar/assets/93671143/3fad6879-e717-40f4-a5f9-d72e429c766a) I executed `$ swaymsg -t get_tree | jq -r '..|try select(.focused == true)'` selecting this window i...

It works, I just replaced `for_window [app_id="floorp" title="Floorp — Sharing Indicator"] floating enable, move position 950 0;` ![image](https://github.com/Alexays/Waybar/assets/93671143/6d68957f-eecf-4b6f-bc9b-b55bf558e89d) but i found this problem, the window have have a black space,...

Thank you, you helped me a lot.

I use `-DCMAKE_BUILD_TYPE=Debug` instead of None, but i some compilation errors, what level of optimization uses Debug? ``` makepkg -si ==> Making package: awrit-git 0.1.0-1 (Sun Apr 7 11:19:04 2024)...

btw this the content of the PKGBUILD: ``` pkgname=awrit-git pkgver=0.1.0 pkgrel=1 pkgdesc="A full graphical web browser for Kitty terminal with mouse and keyboard support " arch=(x86_64 i686 arm64) url="https://github.com/chase/awrit" license=(MIT)...