Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
Is there any way to make i3wm treat the RenderWindow as a popup?
Print
Pages: [
1
]
Author
Topic: Is there any way to make i3wm treat the RenderWindow as a popup? (Read 3146 times)
0 Members and 1 Guest are viewing this topic.
fantoro
Newbie
Posts: 2
Is there any way to make i3wm treat the RenderWindow as a popup?
«
on:
January 08, 2018, 03:14:15 pm »
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?
Logged
dabbertorres
Hero Member
Posts: 505
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.
Logged
Github
fantoro
Newbie
Posts: 2
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
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
Is there any way to make i3wm treat the RenderWindow as a popup?
anything