Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

Electron application will shake if mouse hover at workspace

Open Nambers opened this issue 1 year ago • 0 comments

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

Nambers avatar Jun 11 '24 03:06 Nambers