screenful

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

Screenful Alternatives

Similar projects and alternatives to screenful

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better screenful alternative or higher similarity.

screenful reviews and mentions

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

Stats

Basic screenful repo stats
1
160
0.0
almost 5 years ago

dluksza/screenful is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of screenful is Lua.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com