Skip to content

Monitor resolution and other display settings changes

Notifications You must be signed in to change notification settings

pjvds/xrandr-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrandr-notify

Subscribe to monitor resolution and other display property changes.

This can be usefull if you want to execute scripts or commands whenever you resolution changes.

Reload background on resolution change

xrandr-notify | while read -r events; do
  feh --bg-fill $current
done

About

Monitor resolution and other display settings changes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages