使用旧的 Rust 2015

0.2.1 2017年8月21日
0.2.0 2017年8月21日
0.1.1 2017年8月5日
0.1.0 2017年8月5日

#91 in #sway

MIT 许可证

16KB
451

康石

康石使用配置文件和可用显示列表来选择每个显示的正确设置。如果你的窗口管理器不支持多个显示配置(例如i3/Sway),则非常有用。

目前,它只支持

  • sysfs 作为后端
  • 配置文件
    • GNOME (~/.config/monitors.xml)
    • 康石(见下文)
  • Sway 作为前端

用法

cargo install kanshi
touch ~/.config/kanshi/config
kanshi > ~/.config/sway/outputs

配置文件

每个显示器配置由方括号分隔。每一行都有与 sway(5) 相同的语法。

{
	output LVDS-1 disable
	output VGA-1 resolution 1600x900 position 0,0
}

{
	output LVDS-1 vendor CMN product 0x1484 serial 0x0 resolution 1600x900 scale 2
}

许可证

MIT

依赖关系

~2MB
~34K SLoC