mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
opt: remove TYPE_DESKTOP from ignore_focus
This commit is contained in:
parent
fe49326742
commit
26400b06a8
1 changed files with 0 additions and 1 deletions
|
|
@ -384,7 +384,6 @@ static inline int client_should_ignore_focus(Client *c) {
|
|||
WLR_XWAYLAND_NET_WM_WINDOW_TYPE_NOTIFICATION,
|
||||
WLR_XWAYLAND_NET_WM_WINDOW_TYPE_POPUP_MENU,
|
||||
WLR_XWAYLAND_NET_WM_WINDOW_TYPE_SPLASH,
|
||||
WLR_XWAYLAND_NET_WM_WINDOW_TYPE_DESKTOP,
|
||||
WLR_XWAYLAND_NET_WM_WINDOW_TYPE_TOOLTIP,
|
||||
WLR_XWAYLAND_NET_WM_WINDOW_TYPE_UTILITY};
|
||||
// 检查窗口类型是否需要禁止焦点
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue