Merge pull request #21 from zooeywm/main

Chase hyprland
This commit is contained in:
zakk4223
2024-12-17 11:11:14 -06:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

9
.clangd Normal file
View File

@@ -0,0 +1,9 @@
CompileCommandsDir: build
CompileFlags:
Add:
# 标准编译器选项
- -std=c++23
- --stdlib=libc++
- -I/usr/include/libdrm/
- -I/usr/include/pixman-1/

View File

@@ -172,6 +172,7 @@ void easymotionDispatch(std::string args)
if (w->isHidden() || !w->m_bIsMapped || w->m_bFadingOut)
continue;
if (w->m_pWorkspace->m_bHasFullscreenWindow &&
w->m_pWorkspace->getFullscreenWindow() != w) {
continue;
}