You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example i have this exec that launches a floating window:
[float; size 40% 40%; workspace +0] program
this would work if the program created the window it's self, but for example, thunar have --daemon, then thunar with those rules wouldn't work as the windows are opened by the daemon. other applications with similar logics includes alacritty, ghostty(ghostty-org/ghostty#2442) etc
so a solution i thought of to this is to temporarily set the rules on another program(user specified)
The text was updated successfully, but these errors were encountered:
with a daemon I fail to see how we could handle that (other than, well, windowrules)
Because the window rule applied to the client which just told the demand to spawn a window instead of spawning a window it's self, but the demon isn't affected by the window rule as the demon isn't launched with those rules
Description
for example i have this exec that launches a floating window:
this would work if the program created the window it's self, but for example, thunar have --daemon, then
thunar
with those rules wouldn't work as the windows are opened by the daemon. other applications with similar logics includes alacritty, ghostty(ghostty-org/ghostty#2442) etcso a solution i thought of to this is to temporarily set the rules on another program(user specified)
The text was updated successfully, but these errors were encountered: