Zach DeCook

Results 61 comments of Zach DeCook

My problem is I want to load a second song as soon as the first song is over. my onStop hook does ```js songNumber++; jQuery('#player').midiPlayer.play(song[songNumber]); ``` But for some reason,...

This project uses https://github.com/zz85/wild-web-midi/ (a port of https://github.com/Mindwerks/wildmidi) , which uses freepats, which it looks like has a drum kit sound bank already available. http://freepats.zenvoid.org/Percussion/acoustic-drum-kit.html Probably this question would be...

It feels like the grammar in Psalm 13:1 should also be changed. > How long, Lᴏʀᴅ, will you forget me forever? This implies that Yahweh is actively 'forgetting [David] forever.'...

Is this just the inverse of `workspace_swipe_distance`? If so, I think this should replace that, unless there's some reasonable reason to have both....

@gksudolol not completely sure what's up with that segfault, I was able to build it (with the latest hyprutils and aquamarine) and it's running fine for me now. (also, I...

> plugins don't seem to work for me with or without this PR I haven't gotten hyprpm to work correctly either, but I can load a plugin if 1. I...

closing because the build option covers the use-case of this

Yeah, it seems like there's currently something wrong with Geopard: ![Image](https://github.com/user-attachments/assets/6cdad9b6-bde7-4f4d-b87e-07f7b0295453) This is version 1.6.0 on alpine edge

@vaxerski I've tried ``` windowrulev2 = plugin:hyprbars:nobar,class:negative:org.pulseaudio.pavucontrol ``` and ``` windowrulev2 = plugin:hyprbars:nobar,negative:class:org.pulseaudio.pavucontrol ``` to try to just get the bar to show up on pulse audio volume control, but...

I got it to work, but the problem with negative regexes in this use-case is that once you add a second negative regex, neither works: ``` windowrulev2 = plugin:hyprbars:nobar,class:negative:org.pulseaudio.pavucontrol windowrulev2...