Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
5.81k stars 656 forks source link

Electron application will shake if mouse hover at workspace #3349

Open Nambers opened 2 weeks ago

Nambers commented 2 weeks ago

The google-chrome-stale is running in wayland by ELECTRON_OZONE_PLATFORM_HINT=wayland and --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime. It only happens when that monitor only has one workspace.(but also happens when the workspace has one or more windows) output

waybar.conf:

...
    "modules-left": [
        "hyprland/workspaces",
        "custom/right-arrow-dark"
    ],
...

hyprland.conf

...
##############################
### WINDOWS AND WORKSPACES ###
##############################

# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules

# Example windowrule v1
# windowrule = float, ^(kitty)$

# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$

windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.

version

> waybar --version
Waybar v0.10.3