hyprwm / hyprland-plugins

Official plugins for Hyprland
BSD 3-Clause "New" or "Revised" License
573 stars 60 forks source link

Strange hyprexpo behavior #169

Closed DADA30000 closed 6 months ago

DADA30000 commented 6 months ago

video maybe I've done something wrong in config?

Prayag2 commented 6 months ago

That's intentional behaviour. By default, the active workspace is positioned at the center. So every time you switch your workspace, the grid changes. You can change this by adding this to your hyprland config:

plugin {
  hyprexpo {
      workspace_method = first 1
  }
}
DADA30000 commented 6 months ago

That's intentional behaviour. By default, the active workspace is positioned at the center. So every time you switch your workspace, the grid changes. You can change this by adding this to your hyprland config:

plugin {
  hyprexpo {
      workspace_method = first 1
  }
}

Thanks!