elkowar/eww

[BUG] A bar with defined dimensions tiles like a regular window on hyprland

Open

#780 opened on May 23, 2023

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Rust (4,647 stars) (197 forks)batch import
Waylandbughelp wanted

Description

Checklist before submitting an issue

  • I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
  • I have specifically verified that this bug is not a common user error
  • I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)

Description of the bug

2023-05-23T22:22:15,724656722+05:30

I have installed rust from rustup.rs used the nightly toolchain and compiled from github, and as I tried to run my first example window, it got tiled beside my code editor instead of getting anchored at the top. I tried changing different properties of defwindow like exclusive, stacking, etc but nothing changed. I also removed rust cargo and eww and installed and compiled it again. I thought that I was doing something wrong, so I decided to copy tokyo's dotfiles and saw that the issue still persisted.

Wayland WM - Hyprland compiled from source used nightly toolchain

Reproducing the issue

install rustc from rustup.rs clone eww from github compile for wayland copy example window from docs run eww open example

Expected behaviour

should show a bar anchored to defined position, but instead gets tiled

Additional context

No response

Contributor guide