trigg

Results 91 comments of trigg

That toggles the state. I use different key for mute and unmute, but I don't want an accidental tap of Mute to unmute me.

That last comment sounds like an unrelated issue so I've opened a new issue for it. Thanks for the heads up I'll look into this shortly

Probably a stupid question, but want to rule out something before commiting major changes: Do the xrandr/wl-randr names remain consistent at least? So monitors always show as the same name...

Nope, went ahead with it without waiting for an answer. Sorry. @HikariKnight Heads up, the config-switcher you're using will probably break with this upstream change. Now the `monitor = `...

I assume this is using the GDK_BACKEND as X11 work around. I'm unsure if there's going to be much we can do to fix this, but I'm open to suggestions...

Changing Icon size by CSS is possible in [GTK4](https://docs.gtk.org/gtk4/css-properties.html#gtk-css-properties), but not 3. Edit: Link was less helpful than I hoped. `-gtk-icon-size` property is the one I meant to point to

The fonts were given a compatibility layer (aka regex) to apply some css rules to them as needed. You could make the file `~/.config/wf-shell/css/clock.css` ``` .clock { font-weight: bold; font-size:...

Unless I've vastly misunderstood the underlying technologies, we quickly run into the issue of wanting a state that doesn't exist. The state where we get alerted to mouse move/mouse click/mouse...

Did you test this? This changes nothing on my setup. The event continues on in GTK, gets to the end, but is still consumed in window-manager context and doesn't continue...