mirror of
https://github.com/danbulant/node-x11
synced 2026-06-18 14:11:29 +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]];
|
||||
}
|
||||
],
|
||||
|
||||
Bell: [
|
||||
function(percent) {
|
||||
return ["CxC",[108,1]];
|
||||
}
|
||||
],
|
||||
|
||||
ForceScreenSaver: [
|
||||
function(activate) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue