webc icon indicating copy to clipboard operation
webc copied to clipboard

Introduce an Xorg= API?

Open kaihendry opened this issue 12 years ago • 2 comments

For unfortunate cases such as these: https://bugs.freedesktop.org/show_bug.cgi?id=63595#c10

Section "Device"
  Identifier "Device0"
  Driver "intel"
 Option "AccelMethod" "sna"
EndSection

kaihendry avatar Apr 23 '13 12:04 kaihendry

/etc/X11/xorg.conf.d can be used

kaihendry avatar Apr 30 '13 13:04 kaihendry

This is tricky. Since there only thing persistent in Webconverger is the cached config.

This is why hidecursor can only work in install mode https://github.com/Webconverger/webc/blob/master/home/webc/.xserverrc

Since the config is cached and not downloaded before applying the changes to Xorg upon startup.

kaihendry avatar Apr 30 '13 15:04 kaihendry