We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The timer sound sputters randomly duing a pomodoro. The randomness is distracting. Below is my configuration.
(use-package org-pomodoro :ensure t :commands (org-pomodoro) :config (setq alert-user-configuration (quote ((((:category . "org-pomodoro")) libnotify nil))))) (require 'sound-wav) (setq org-pomodoro-ticking-sound-p 1) ; (setq org-pomodoro-ticking-sound-states '(:pomodoro :short-break :long-break)) (setq org-pomodoro-ticking-sound-states '(:pomodoro)) (setq org-pomodoro-ticking-frequency 1) (setq org-pomodoro-audio-player "mplayer") (setq org-pomodoro-finished-sound-args "-volume 0.9") (setq org-pomodoro-long-break-sound-args "-volume 0.9") (setq org-pomodoro-short-break-sound-args "-volume 0.9") (setq org-pomodoro-ticking-sound-args "-volume 0.3") (global-set-key (kbd "C-c o") 'org-pomodoro)
The text was updated successfully, but these errors were encountered:
Check #106. I think this PR can help you.
Sorry, something went wrong.
No branches or pull requests
The timer sound sputters randomly duing a pomodoro.
The randomness is distracting.
Below is my configuration.
The text was updated successfully, but these errors were encountered: