nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

Problem with popup window on DWM #35

Closed Trophe-us closed 9 months ago

Trophe-us commented 10 months ago

Moved from dragon to ripdrag when I open ripdrag file.txt a full window opens not a popup window like it does in dragon?

tkna91 commented 9 months ago

I am using sway and the ripdrag window is showing as a floating window. Is this the kind of work you need to do? https://wiki.archlinux.org/title/Dwm#Floating_layout_for_some_windows

nik012003 commented 9 months ago

Unfortunately there's no real way to mark a window as floating in both x11 and wayland :/ Some window managers will show non resizable windows as floating by default (this is why the main window is not resizable by default). If that's not the case, you should set window rules in your wm as tkna91 suggested.