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
1b8f5d86
Commit
1b8f5d86
authored
14 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
feh(1): Move background options into their own section
parent
1a7ef98d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
man/feh.pre
+43
-41
43 additions, 41 deletions
man/feh.pre
with
43 additions
and
41 deletions
man/feh.pre
+
43
−
41
View file @
1b8f5d86
...
@@ -96,47 +96,6 @@ Extra actions which can be set and triggered using the appropiate number key.
...
@@ -96,47 +96,6 @@ Extra actions which can be set and triggered using the appropiate number key.
Zoom pictures to screen size in fullscreen
Zoom pictures to screen size in fullscreen
.Pq affected by Cm --stretch No and Cm --ignore-aspect .
.Pq affected by Cm --stretch No and Cm --ignore-aspect .
.
.
.It Cm --bg-center Ar file
Set
.Ar file
as centered desktop background
.
.It Cm --bg-fill Ar file
Like
.Cm --bg-scale ,
but preserves aspect ratio by zooming the image until it fits. Either a
horizontal or a vertical part of the image will be cut off.
.
.It Cm --bg-scale Ar file
Set
.Ar file
as scaled desktop background. This will fill the whole background with
.Ar file ,
but its aspect ratio will not be preserved.
.
.It Cm --bg-seamless Ar file
Like
.Cm --bg-tile ,
but with blurry corners so that it is
.Pq in some cases ;-)
less obvious that the image is too small for the screen.
.
.It Cm --bg-tile Ar file
Set
.Ar file
as desktop background, tiled if necessary.
.Nm
can use enlightenment IPC if you are running it, or it will fall back to X
methods.
.Nm
stores the commandline necessary to restore the background in
.Pa ~/.fehbg .
So to have your background restored when you restart X, add the line
.Qq `cat ~/.fehbg`
to your X startup script
.Pq e.g. Pa ~/.xinitrc .
Note that you only need to do this for non E window managers.
.
.It Cm -x , --borderless
.It Cm -x , --borderless
Create borderless windows.
Create borderless windows.
.
.
...
@@ -563,6 +522,49 @@ Set font to print a title on the index, if no font is specified, no title will
...
@@ -563,6 +522,49 @@ Set font to print a title on the index, if no font is specified, no title will
be printed.
be printed.
.El
.El
.
.
.Sh BACKGROUND SETTING
.Nm
can also be used as a background setter. It will store the command line
necessary to set the background in
.Pa ~/.fehbg ,
so to have your background restored everytime you start X, you can add
.Qq `cat ~/.fehbg`
to your X startup script
.Pq like Pa ~/.xinitrc .
.Pp
The following options control how exactly the background is set. Each of them
takes exactly one file as argument.
.Bl -tag -width indent
.
.It Cm --bg-center
Center the file on the background. If it is too small, it will be surrounded
by a black border
.
.It Cm --bg-fill
Like
.Cm --bg-scale ,
but preserves aspect ratio by zooming the image until it fits. Either a
horizontal or a vertical part of the image will be cut off
.
.It Cm --bg-scale
Fit the file into the background without repeating it, cutting off stuff or
using borders. But the aspect ratio is not preserved either
.
.It Cm --bg-seamless
Like
.Cm --bg-tile ,
but with blurry corners so that it is
.Pq in some cases ;-)
less obvious that the image is too small
.
.It Cm --bg-tile
Tile
.Pq repeat
the image in case it is too small for the screen
.
.El
.
.
.Sh FORMAT SPECIFIERS
.Sh FORMAT SPECIFIERS
.Bl -tag -width indent
.Bl -tag -width indent
.It %f
.It %f
...
...
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