Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ebfd8742
Commit
ebfd8742
authored
Apr 20, 2017
by
Ulrich Sibiller
Committed by
Mike Gabriel
Aug 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Args.c: make autograb available via options file, too.
parent
4eaedd00
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
Args.c
nx-X11/programs/Xserver/hw/nxagent/Args.c
+13
-0
nxagent.1
nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+4
-0
No files found.
nx-X11/programs/Xserver/hw/nxagent/Args.c
View file @
ebfd8742
...
...
@@ -1547,6 +1547,19 @@ static void nxagentParseSingleOption(char *name, char *value)
return
;
}
else
if
(
!
strcmp
(
name
,
"autograb"
))
{
if
(
!
strcmp
(
value
,
"0"
))
{
nxagentChangeOption
(
AutoGrab
,
False
);
}
else
{
nxagentChangeOption
(
AutoGrab
,
True
);
}
return
;
}
else
{
#ifdef DEBUG
...
...
nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
View file @
ebfd8742
...
...
@@ -756,6 +756,10 @@ format must be included in both. This is potentially unsafe.
means that all of these checks are essentially
deactivated. This is a very bad idea.
.RE
.TP 8
.B autograb=<int>
enable or disable autograb (default: disabled)
.RE
If you want to use \fBnxagent\fR as a replacement for Xnest or Xephyr you
can pass options like this:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment