kanshi
kanshi copied to clipboard
Dynamic display configuration (mirror)
This "works", in the sense that the server receives the request and applies the profile. However, it seems that it immediately triggers a "detected change" event, and the server applies...
I plan to move this project to SourceHut. Migration will be incremental: 1. Establish new sr.ht repository (done): https://sr.ht/~emersion/kanshi/ 2. Migrate issue tracker to sr.ht 3. Archive GitHub repository
Resolves #72
I have two accounts on my machine (both using sway) and I switch between them using control+alt+f{1,2}. Kanshi remembers the state of the TTY when I switch but doesn't detect...
At the moment adaptive_sync is not supported: ``` unknown directive 'adaptive_sync' in profile output ``` Example Config: ``` profile NG_HOME2 { output "Chimei Innolux Corporation 0x15D3 0x00000000" disable output "Acer...
I have this configuration which works great on my work laptop (thinkpad, intel cpu + nvidia graphics with nouveau) I doesn't work on my personal laptop (amd cpu + gpu)...
These synonyms are documented in sway-output (5). I was using `resolution` in my sway config, so I discovered that and decided to fix it. Untested, but the change should be...
(work in progress, doesn't seem to work yet for me) using this config: ``` profile undocked { output LVDS-1 enable } profile docked { output LVDS-1 position 0,768 output HDMI-A-2...
This is my config ``` { output eDP-1 enable mode 1920x1080 } { output eDP-1 disable output "Dell Inc. DELL U3415W F1T1W88R0A1L" enable mode 3440x1440 } ``` On sway start,...
Maybe this is a misunderstanding on my part, but when I shut off a monitor kanshi doesn't detect it as a change. A similar setup would function fine on autorandr...