elkowar/eww

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

开放

#780 创建于 2023年5月23日

 (10 条评论) (0 个反应) (0 位负责人)Rust (197 个派生)batch import
Waylandbughelp wanted

仓库指标

星标
 (4,647 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南