autorandr VS screenful

Compare autorandr vs screenful and see what are their differences.

autorandr

Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr (by phillipberndt)

screenful

Awesome WM extension that allows automatically detect and configure connected/disconnected screens (by dluksza)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
autorandr screenful
49 1
2,391 160
- -
6.2 0.0
about 2 months ago almost 5 years ago
Python Lua
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

autorandr

Posts with mentions or reviews of autorandr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-09.

screenful

Posts with mentions or reviews of screenful. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-10.
  • Any good starting point for dynamic screen plugging?
    4 projects | /r/awesomewm | 10 Sep 2021
    You can either: - use awesome signals: screen.connect_signal("property::geometry", yourfunc) screen.connect_signal("list", yourfunc) ( https://awesomewm.org/doc/api/classes/screen.html#screen.list, https://awesomewm.org/doc/api/classes/screen.html#screen.geometry ) and poke s.outputs from function yourfunc(s) (along with parsing io.popen("xrandr -q --current") if needed), but that will only catch "connected & active" displays (i.e. not in xrandr --output XXX --off* state) - parse output (also with lua) of *xev -root -event randr -1 (that should catch everything) - use something along the lines of udev hook + /sys parsing if you use drm enabled driver (something along the lines of https://github.com/dluksza/screenful ) - use hybrid of above

What are some alternatives?

When comparing autorandr and screenful you can also consider the following projects:

i3-autodisplay - i3wm multiple monitors auto configuration

awesome-sharedtags - Share and move tags on multiple screens when using the awesome window manager.

grobi - Automatically configure monitors/outputs for Xorg via RANDR

archinstall - Arch Linux installer - guided, templates etc.

i3 - A tiling window manager for X11

python-umonitor - Manage monitor configuration automatically.

win2xcur - win2xcur is a tool that converts cursors from Windows format (*.cur, *.ani) to Xcursor format. It also contains x2wincur which does the opposite.

archweb - Arch Linux website code

hammerspoon - Staggeringly powerful macOS desktop automation with Lua

xmonad-contrib - Contributed modules for xmonad