Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Conky | 6,086 | 17 hours ago | 209 | gpl-3.0 | C++ | |||||
Light-weight system monitor for X, Wayland, and other things, too | ||||||||||
Weylus | 4,759 | 16 days ago | 67 | other | Rust | |||||
Use your tablet as graphic tablet/touch screen on your computer. | ||||||||||
Kanshi | 553 | 2 years ago | 4 | August 21, 2017 | 23 | mit | C | |||
Dynamic display configuration (mirror) | ||||||||||
Wallutils | 335 | a month ago | 4 | bsd-3-clause | Go | |||||
:city_sunset: Utilities for handling monitors, resolutions, wallpapers and timed wallpapers | ||||||||||
Xrandr Invert Colors | 90 | 4 years ago | 8 | C | ||||||
Small utility for inverting the colors on all monitors attached to an XRandR-capable X11 display server. | ||||||||||
Wrandr | 28 | a year ago | 1 | mit | Go | |||||
ARandR for Wayland (Sway) | ||||||||||
Wlinfo | 2 | 5 years ago | other | C | ||||||
Grab Wayland info |
Heads up! This project has moved to SourceHut.
kanshi allows you to define output profiles that are automatically enabled and disabled on hotplug. For instance, this can be used to turn a laptop's internal screen off when docked.
This is a Wayland equivalent for tools like autorandr. kanshi can be used on Wayland compositors supporting the wlr-output-management protocol.
Join the IRC channel: #emersion on Libera Chat.
Dependencies:
meson build
ninja -C build
mkdir -p ~/.config/kanshi && touch ~/.config/kanshi/config
kanshi
Each output profile is delimited by brackets. It contains several output
directives (whose syntax is similar to sway-output(5)
). A profile will be
enabled if all of the listed outputs are connected.
profile {
output LVDS-1 disable
output "Some Company ASDF 4242" mode 1600x900 position 0,0
}
profile {
output LVDS-1 enable scale 2
}
The upstream repository can be found on SourceHut. Open tickets on the SourceHut tracker, send patches on the mailing list.
MIT