awesome-sharedtags VS screenful

Compare awesome-sharedtags vs screenful and see what are their differences.

awesome-sharedtags

Share and move tags on multiple screens when using the awesome window manager. (by Drauthius)

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
awesome-sharedtags screenful
16 1
102 160
- -
0.0 0.0
3 months ago almost 5 years ago
Lua Lua
MIT 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.

awesome-sharedtags

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

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 awesome-sharedtags 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 - awesome window manager

grobi - Automatically configure monitors/outputs for Xorg via RANDR

the-glorious-dotfiles - A glorified personal dot files

charitable - Shared tags for multi-monitor system

bismuth - KDE Plasma add-on, that tiles your windows automatically and lets you manage them via keyboard, similarly to i3, Sway or dwm.