hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.05k stars 32 forks source link

Dragging windows leaves trail and they do not disappear #106

Closed 3cas closed 1 year ago

3cas commented 1 year ago

Please describe the bug When I drag floating windows while using Hypr WM on Ubuntu, they leave a "trail" (see screenshot). Windows also do not disappear when I close them. I am using the default config and I built Hypr from source after installing all dependencies.

Steps to reproduce:

  1. Build Hypr from source, following the instructions
  2. Copy the binary and desktop file to the proper destinations
  3. Copy example/hypr.conf to ~/.config/hypr/
  4. Install kitty, dmenu, etc
  5. Reboot and select Hypr as the WM at login
  6. Open new kitty window (or any other program)
  7. Put window in floating mode with Super+Space
  8. Press Super while dragging window, and it leaves a trail

Expected behavior The window should drag and move properly, and then close when Super+C is pressed.

Screenshots 2023-02-24-125256_1440x900_scrot

Anything else? Sorry if this is a noob question or something that I am doing wrong. I made sure all dependencies are installed as well as G++. I have tried this on two different Ubuntu computers, with different GPUs, and the results are the same so I do not think this is driver-related.

Log: There is no log at /tmp/hypr/hypr.log for some reason.

vaxerski commented 1 year ago

get a wallpaper utility.

3cas commented 1 year ago

Ok, it's working now with feh. Thanks.