Mark lee
Mark lee
Fix ssh-agent check to use $SSH_AGENT_PID and $SSH_AUTH_SOCK instead of counting the number of ssh-agent instances.
The check for `util.sh` counts the number of global `ssh-agent` PID (this includes other users) instead of checking to see if `ssh-agent` environmental variables are properly set. This means that...
There is no method for resetting the style of a frame% after creation. This would be important for a fullscreen feature. Basically (with hypothetical set-style function) : (call-with-values (lambda ()...
(play-sound) seems to spawn a subprocess but doesn't return the subprocess on Linux/Unix. In addition, the subprocess (aplay) doesn't kill with (exit) or (kill-thread) when run in a thread. A...