grobi
grobi copied to clipboard
Automatically configure monitors/outputs for Xorg via RANDR
This looks pretty nice on my quick look. I'd love to have `--dpi`, `--rotate`, `--scale` and `--pos` support also. I'll see if I can make some time to implement, but...
Small patch for creating mirror of displays
Some docking pads have extra bytes in edid serial number, this prevented matching in the configuration file. Before change: $ grobi show eDP-1 LEN-16570-0-- DP-2-2-8 LEN-25066-0-P27q-20-V9064YWE ���� After change: $...
Also fixed a few other things: - bugs in active mode detection with displays with multiple rates (144hz and 60hz in my case). Updated test cases. - Turn off changed...
I tried building grobi 0.6.0 with Go 1.15 but got: ``` ./randr.go:224:19: conversion from uint16 to string yields a string of one rune, not a string of digits (did you...
Now i had to use this hack: ``` - name: Dockhome outputs_connected: - eDP-1 - DP-2-1 - DP-2-8-LEN-25065* configure_row: - eDP-1 - DP-2-1@1920x1080 #hack since we cannot set hz in...
It would be very helpful if grobi could react to resume events, e.g. when resuming from a different state (docked / undocked) as the laptop was suspended in. Probably from...
When grobi runs in the background, it should detect config changes and reload. Config should only become active once the new config's yaml was verified to be valid.
Is there a way to make rules dependent on laptop lid state? For example, I'd like to make a rule that outputs only to an external display (if present) when...