mirror of
https://github.com/danbulant/node-x11
synced 2026-07-05 19:20:54 +00:00
Added XBell
This commit is contained in:
parent
29b454ee3d
commit
5c46c4f1d3
1 changed files with 6 additions and 0 deletions
|
|
@ -1019,6 +1019,12 @@ var templates = {
|
||||||
return [ 'CxSssCCxx', [107, 3, timeout, interval, preferBlanking, allowExposures]];
|
return [ 'CxSssCCxx', [107, 3, timeout, interval, preferBlanking, allowExposures]];
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Bell: [
|
||||||
|
function(percent) {
|
||||||
|
return ["CxC",[108,1]];
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
ForceScreenSaver: [
|
ForceScreenSaver: [
|
||||||
function(activate) {
|
function(activate) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue