Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Is there any way to make i3wm treat the RenderWindow as a popup?  (Read 2180 times)

0 Members and 1 Guest are viewing this topic.

fantoro

  • Newbie
  • *
  • Posts: 2
    • View Profile
Hey, I switched to i3wm last time but I found out that SFML windows are always treated as tiling windows, is there any window mode that allows you to change that or do I have to tweak my i3/config?

dabbertorres

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • website/blog
Re: Is there any way to make i3wm treat the RenderWindow as a popup?
« Reply #1 on: January 08, 2018, 04:08:38 pm »
There was discussion about making a general WM_CLASS for all SFML windows, but looks like that fell through.

Otherwise, SFML sets the a window's class to it's initial title, so you'd need to add a for_window[class="my sfml window title"] floating enable to your i3/config.

fantoro

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Is there any way to make i3wm treat the RenderWindow as a popup?
« Reply #2 on: January 09, 2018, 07:12:55 pm »
Thanks :)

 

anything