[BUG]: Intelij IDEA dropdown menus cause monocole mode to disactivate. (when using masir)
bug
### Summary
When clicking the square button at the top right to maximise the intelij IDEA window, the application goes into full screen fine but as soon as i open a dropdown menu, the settings button at the top right, the application window goes out of full screen immediately when masir is enabled using `komorebic start --masir`.
### Version Information
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.26200 N/A Build 26200
komorebic 0.1.40
tag:v0.1.40
commit_hash:bed314b8
build_time:2026-02-14 21:08:01 +00:00
build_env:rustc 1.93.1 (01f6ddf75 2026-02-11),stable-x86_64-pc-windows-msvc
### Komorebi Configuration
```json
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.39/schema.json",
"app_specific_configuration_path": "$Env:USERPROFILE/applications.json",
"window_hiding_behaviour": "Cloak",
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": -5,
"default_container_padding": 10,
"border": true,
"border_width": 4,
"border_offset": 0,
"theme": {
"palette": "Custom",
"colours": {
"base_00": "#1d1f21",
"base_01": "#282a2e",
"base_02": "#373b41",
"base_03": "#4f535a",
"base_04": "#969896",
"base_05": "#b4b7b4",
"base_06": "#c5c8c6",
"base_07": "#e0e0e0",
"base_08": "#ff8c00",
"base_09": "#d75f00",
"base_0a": "#ff8c00",
"base_0b": "#ff8c00",
"base_0c": "#8abeb7",
"base_0d": "#81a2be",
"base_0e": "#b294bb",
"base_0f": "#a3685a"
},
"bar_accent": "Base08",
"unfocused_border": "Base08",
"single_border": "Base08",
"stack_border": "Base00"
},
"animation": {
"enabled": false,
"duration": 100,
"fps": 100,
"style": "EaseInOutSine"
},
"mouse_follows_focus": false,
"monitors": [
{
"workspaces": [
{
"name": "0",
"layout": "UltrawideVerticalStack",
"layout_rules": {
"1": "RightMainVerticalStack",
"4": "UltrawideVerticalStack"
}
},
{
"name": "1",
"layout": "UltrawideVerticalStack"
}
]
}
],
"stackbar": {
"height": 20,
"mode": "OnStack",
"tabs": {
"width": 300,
"focused_text": "#ff8c00",
"unfocused_text": "#b3b3b3",
"background": "#141414"
}
}
}
```
### Hotkey Configuration
```shell
I am not using the hotkeys and do not have whkdrc running.
```
### Output of komorebic check
```shell
C:\Windows\System32>komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\ferre
Looking for configuration files in C:\Users\ferre
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\ferre\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
C:\Windows\System32>
```
1 条评论