J-Lentz / iwgtk

Lightweight wireless networking GUI (front-end for iwd)
GNU General Public License v3.0
204 stars 14 forks source link

Window not set as floating #31

Open macxcool opened 2 years ago

macxcool commented 2 years ago

The iwgtk window is not set as a floating window, so on a tiling window manager it expands to fill the container instead of floating above it. Since this would seem to be meant to be a utility window, I think it should be floating above other windows by default.

J-Lentz commented 2 years ago

To the best of my knowledge, this needs to be done through your i3/sway configuration. I'm not aware of any way to provide a "floating" hint through GTK.

J-Lentz commented 2 years ago

Relevant discussion: swaywm/sway#4655

macxcool commented 2 years ago

OK. Yeah. I know how to do that in the wm config. I just though it could be done in gtk, but I'm not a gtk programmer, so... ;-) Thanks for responding.

I switched to IWD a long time ago and never looked back. Iwgtk is a nice little GUI. I appreciate the work done on it. -- Mark Sent with Tutanota, enjoy secure & ad-free emails.

Jul 1, 2022, 10:48 AM by @.***:

To the best of my knowledge, this needs to be done through your i3/sway configuration. I'm not aware of any way to provide a "floating" hint through GTK.

— Reply to this email directly, > view it on GitHub https://github.com/J-Lentz/iwgtk/issues/31#issuecomment-1172426681> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/AATKCRSLS4VQMX5ZXYROELLVR4AMLANCNFSM52MVREZQ> . You are receiving this because you authored the thread.> Message ID: > <J-Lentz/iwgtk/issues/31/1172426681> @> github> .> com>

akhiljalagam commented 2 years ago

The iwgtk window is not set as a floating window, so on a tiling window manager it expands to fill the container instead of floating above it. Since this would seem to be meant to be a utility window, I think it should be floating above other windows by default.

sway users can use this for_window [app_id="iwgtk"] floating enable, resize set 1000 1000

p4vook commented 7 months ago

I think this issue can be safely closed now.