Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
/ limelight Public archive
forked from cmacrae/limelight

Simple C99 sample showing how to create a border that will follow the focused window on macOS.

License

Notifications You must be signed in to change notification settings

nSimonFR/limelight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limelight

Simple C99 sample showing how to create a border that will follow the focused window on macOS.

Requires access to the accessibility API. Supports macOS High Sierra and newer.

# add the following to the end of your yabairc to have it launch automatically when yabai starts.
# substitute the path to the limelight binary in the 3rd line below.

# tell limelight to refresh when the focused application changes (see issue #3)
yabai -m signal --add event=application_activated action="pkill -SIGUSR1 limelight &> /dev/null"

# kill any existing limelight process if one exists, before we launch a new one
killall limelight &> /dev/null
limelight &> /dev/null &

Build

Requires xcode command line tools

# simply clone repo and run make
  make
  make install

About

Simple C99 sample showing how to create a border that will follow the focused window on macOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • Makefile 1.3%