Jann Stute
Jann Stute
Like I said I already tried that, however, since you are explicitly asking I tried again with the same result. I tried: ``` xdg.portal = { enable = true; extraPortals...
> My bad, I understood you tried the `-gnome` portal, not the `-gtk` one. Jup, you thought that because I wrote it wrong, let me fix that
I did some more digging and it seems like `/etc/xdg/xdg-desktop-portal/hyprland-portals.conf` is being written correctly according to `xdg.portal.config`, while `/run/current-system/sw/share/xdg-desktop-portal/hyprland-portals.conf` is always set to the following no matter the values in...
> Probably related: [hyprwm/hyprland-wiki#409](https://github.com/hyprwm/hyprland-wiki/issues/409) > > I have it working with: > ``` > xdg.portal = { > enable = true; > extraPortals = with pkgs; [ > xdg-desktop-portal-hyprland >...
Everything should be working now. Note: I had to change the constructing methods of `BrowsingState` to produce a string that is then later parsed. It would be good if those...
> As of now, they can't be clicked on to activate, I have not yet checked why. It seems like `hyprctl dispatch workspace {id}` (which is used to set the...
The bug specifically happens when two actions in the same menu have a conflicting hardcoded mnemonic (which is invalid anyway and should not happen in the first place)
> This does appear to be working with files that don't have a thumbnail. > > The terminal also prints out the correct output: `completePorscheGT3RScompressed.blend Doesn't have an embedded thumbnail.`...
this might be better as a plugin in the future, but either way if someone wants to implement this check out [dessant/search-by-image](https://github.com/dessant/search-by-image), that project has already figured out the APIs...
> Perhaps it is better to set `is_active: is_focused || ws.windows > 0` and utilize the existing `hide_inactive_tags` option? Good point, I've done that now. (I also updated the description...