grobi VS screenful

Compare grobi vs screenful and see what are their differences.

grobi

Automatically configure monitors/outputs for Xorg via RANDR (by fd0)

screenful

Awesome WM extension that allows automatically detect and configure connected/disconnected screens (by dluksza)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
grobi screenful
3 1
124 160
- -
0.0 0.0
over 2 years ago almost 5 years ago
Go Lua
BSD 2-clause "Simplified" License 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.

grobi

Posts with mentions or reviews of grobi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.

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 grobi and screenful you can also consider the following projects:

autorandr - Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr

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