killown
killown
> True. But did just a test with `telegram_2 = on created if app_id contains "telegram" then assign_workspace 2 0` and it's not working too. "Telegram" was probably a leftover...
> > > True. But did just a test with `telegram_2 = on created if app_id contains "telegram" then assign_workspace 2 0` and it's not working too. "Telegram" was probably...
I hope this is related, I use this patch to prevent the scale plugin from covering background panels. ``` diff --git a/metadata/scale.xml b/metadata/scale.xml index 8f9d19d4..b676fa56 100644 --- a/metadata/scale.xml +++ b/metadata/scale.xml...
Not working in any wayland session, gnome, wayfire or whatever compositor your test, so not an wayfire bug, this is more a firefox bug ``` ~ ❯❯❯ WAYLAND_DEBUG=1 firefox-nightly [2657132.669]...
you can use window rules if you don't mind pdf = on created if title contains "presenter" then start_on_output "output_name"
didn't you fix that already with json utf-8 thing
I cannot reproduce this issue anymore, the dialog just floats  ``` import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk class SmallDialog(Gtk.Dialog): def __init__(self, parent): Gtk.Dialog.__init__(self, "Small Dialog", parent, 0,...
> I think the problem in this issue is more that the windows are not correctly scaled to fit the available space, see for example the firefox window on the...
simplified ammen99 script version: ### install wayfire python module pip install wayfire ```python #!/usr/bin/python3 import os import time from subprocess import Popen from wayfire.ipc import * TERMINAL_APPID = "foot" TERMINAL_CMD...
> The "expo" plugin can do a top left hotspot now. Here's my expo configuration, it works after a slight delay each time the hotspot is triggered: > > ```...