AdamantGarth
AdamantGarth
@ortango That is a terrible idea. This is the kind of thing that the window manager should handle. And most of the popular ones do - Mutter, KWin, Xfwm, i3,...
> > This is the kind of thing that the window manager should handle. > > bspwm handles _NET_ACTIVE_WINDOW > > > i3, for example, has an option called focus_on_window_activation...
Wow, thanks for a quick response! > unless you mean that you are actually editing the metadata in Track Properties -- in which case, it is correct -- it would...
> I would implement idle_timeout as a rule and add a matcher for fullscreen. This way you could also let you set notifications to only appear for 1 second when...
Sure thing! I already have a build environment ready because Arch ships dunst 1.5.0 in repos and I wanted to try progress bars from 1.6.0.
No problem, thanks for looking into it. However, the fix doesn't seem to work. IIRC, I tried to set `raise = true` myself some time ago, after reading more of...
Did that and yeah - looks like the event isn't even being fired when Telegram's window is minimized.
As a crude workaround, you can use a custom http(s) scheme handler that will open links in your browser and then will focus it. For example: ##### `~/.local/share/applications/http-handler.desktop` ```ini [Desktop...
The workaround from the last two comments still works, but I also had to remove the: - `If-Modified-Since` - `If-None-Match` headers from the copied curl request.
Yep, `cmake -DUBUS_SUPPORT=OFF -DUCI_SUPPORT=OFF -DULOOP_SUPPORT=OFF -DNL80211_SUPPORT=OFF -DRTNL_SUPPORT=OFF .` did it, thanks! Maybe it's worth adding these extra options to the Linux build instructions in the readme? Those libraries sound like...