screenful VS grobi

Compare screenful vs grobi and see what are their differences.

screenful

Awesome WM extension that allows automatically detect and configure connected/disconnected screens (by dluksza)

grobi

Automatically configure monitors/outputs for Xorg via RANDR (by fd0)
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
screenful grobi
1 3
160 124
- -
0.0 0.0
almost 5 years ago over 2 years ago
Lua Go
MIT License BSD 2-clause "Simplified" 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.

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

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.

What are some alternatives?

When comparing screenful and grobi 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.