Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
feh
Commits
42ca97df
Commit
42ca97df
authored
4 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Rename --windowid to --window-id; add usage warning to documentation
parent
b5e94bec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
man/feh.pre
+8
-1
8 additions, 1 deletion
man/feh.pre
src/help.raw
+1
-1
1 addition, 1 deletion
src/help.raw
src/options.c
+1
-1
1 addition, 1 deletion
src/options.c
with
10 additions
and
3 deletions
man/feh.pre
+
8
−
1
View file @
42ca97df
...
...
@@ -920,10 +920,17 @@ comes before
Note that this option only has an effect when a sort mode is set using
.Cm --sort .
.
.It Cm --windowid Ar windowid
.It Cm --window
-
id Ar windowid
.
Draw to an existing X11 window by its ID
.Ar windowid .
This option is intended for use with software such as xcreensaver or
xsecurelock, which provide a window for other applications to draw into.
Unexpected things will happen if you specify a window belonging to software
which does not expect
.Nm
to draw into it or attempt to use options or keybindings which affect window
attributes, such as full-screen mode.
.
.It Cm --xinerama-index Ar screen
.
...
...
This diff is collapsed.
Click to expand it.
src/help.raw
+
1
−
1
View file @
42ca97df
...
...
@@ -100,7 +100,7 @@ OPTIONS
--scroll-step COUNT scroll COUNT pixels when movement key is pressed
--cache-size NUM imlib cache size in mebibytes (0 .. 2048)
--auto-reload automatically reload shown image if file was changed
--windowid
Draw to an existing X11 window by its ID
--window
-
id Draw to an existing X11 window by its ID
MONTAGE MODE OPTIONS
-X, --ignore-aspect Set thumbnail to specified width/height without
...
...
This diff is collapsed.
Click to expand it.
src/options.c
+
1
−
1
View file @
42ca97df
...
...
@@ -433,7 +433,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun)
#endif
{
"class"
,
1
,
0
,
249
},
{
"no-conversion-cache"
,
0
,
0
,
250
},
{
"windowid"
,
1
,
0
,
251
},
{
"window
-
id"
,
1
,
0
,
251
},
{
0
,
0
,
0
,
0
}
};
int
optch
=
0
,
cmdx
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment