Skip to content

xenodium/winpulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

👉 Support this work via GitHub Sponsors

winpulse

winpulse-mode momentarily flashes the background of Emacs windows whenever they gain focus, providing a visual cue for the active window.

Install / Setup

(use-package winpulse
  :vc (:url "https://github.com/xenodium/winpulse"
       :rev :newest)
  :config
  (winpulse-mode +1))

Customizations

Custom variableDescription
winpulse-brightnessHow much to shift the color (0-255 range) at peak flash.
winpulse-durationTotal animation duration in seconds.
winpulse-excluded-buffer-patternsList of regexps matched against buffer names to skip flashing.
winpulse-ignore-minibuffer-focusWhen non-nil, ignore minibuffer focus changes.
winpulse-step-intervalSeconds between animation frames.

About

Temporarily highlight focused Emacs windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published