shithub: rc

Download patch

ref: 6c0430dfeae48f6e9ff76f109e3eaa2381ee44c5
parent: cba1bb455cda3c8b7dbf29178969aa1ab12ba75f
author: qwx <qwx@sciops.net>
date: Mon Dec 8 09:48:12 EST 2025

𝕊: use different media key for stopping

--- a/bin/𝕊
+++ b/bin/𝕊
@@ -15,7 +15,7 @@
 	for(i=2; i<=length(s); i++){
 		k = s[i]
 		if(!(k in h)){
-			if(k == ""){
+			if(k == ""){
 				system("plumb -d audio ''key <''")
 				# instead of trying to detect stopped state, just
 				# use prev as stop and toggle play as start for shp
--