hyprwm / hyprland-plugins

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

Strange hyprexpo behavior #169

Closed DADA30000 closed 1 month ago

DADA30000 commented 1 month ago

video maybe I've done something wrong in config?

Prayag2 commented 1 month 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 1 month 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!