chromium running in X11 mode
Chromium is not using the wayland integration by default. With that some features like idle inhibition cannot work.
Fix is to pass an argument to chromium
`cat /etc/chromium.d/wayland`
```
# Use wayland support if available
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ozone-platform-hint=auto"
```
issue