mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:45:59 +01:00
remove newline
modified: src/events/Windows.cpp
This commit is contained in:
parent
c0f77d237d
commit
18d3b110df
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
|||
PWINDOW->m_bIsFloating = false;
|
||||
} else if (r.szRule.starts_with("pseudo")) {
|
||||
PWINDOW->m_bIsPseudotiled = true;
|
||||
|
||||
} else if (r.szRule.starts_with("noinitialfocus")) {
|
||||
PWINDOW->m_bNoInitialFocus = true;
|
||||
} else if (r.szRule.starts_with("suppressevent")) {
|
||||
|
|
Loading…
Reference in a new issue