Leon

Results 37 comments of Leon

Maybe this helps: [#12](https://github.com/ErikReider/SwayOSD/issues/12#issuecomment-1950581102)

I just tried on arch and there it works with gstreamer. Found out that gstreamer playback is not supported by the current nixos downstream package but after a few tries...

Hey @PaideiaDilemma :) This commit has introduced a problem with hyprlands permission system for me. Every time I launch hyprlock now this permission dialog pops up ![image](https://github.com/user-attachments/assets/4fb40f9d-4f39-4bce-83d0-6fc1d5e4ac3d) This also happens...

@vaxerski huh wdym? As stated above setting the following does nothing... :thinking: `permission=/nix/store/aqr1ya8vy6zbx3slbx547hvldwdh2c70-hyprlock-0.8.2+date=2025-06-22_a963898/bin/hyprlock, screencopy, allow`

I have set this in nix as per the wiki ```nix permission = [ "${lib.getExe config.programs.hyprlock.package}, screencopy, allow" ]; ``` This just expands to the line I posted. Doing the...

Ahhh I see what the problem is!! Characters with special meaning for regex (e.g. `+`) are not escaped and therefore the regex doesn't match the string. Makes total sense now...

It works on my laptop on https://github.com/hyprwm/Hyprland/commit/99088eaed806d9268967baf09bc09cdb987c5357. Both `hide_on_touch=false` and `hide_on_touch=true` have the correct behaviour. However, the wiki entry shows the wrong default. ~~I can make a MR.~~ https://github.com/hyprwm/hyprland-wiki/pull/723 System/Version...

> So please provide your tablet model number so I can maybe think of why this happens on some tablets but not others. Happens to me as well on a...

Now `workspace, previous_per_monitor` only switches workspace if there is no window open on the workspace corresponding to `previous_per_monitor` :sweat_smile:

Maybe mark the PR as draft until you found a solution :)