summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorJames Knight <james.d.knight@live.com>2015-06-22 12:15:37 -0400
committerJames Knight <james.d.knight@live.com>2015-06-22 12:15:37 -0400
commit740daf5c8b2908211b4ae1ad2c9353688bb1e2f9 (patch)
treedfaecc4b8eea4da9eee1fe4b24d4427e0184f1e2 /src/options.h
parent5e6cbb6c8d1435b3122dfc55b6e5cfeefb1a3aab (diff)
support background setter for specific screen
The following adds the ability, when using `feh` as a background setter, to use a specific Xinerama screen to render a provided image. Along with the provided '--bg-*' option, the '--xinerama-index' argument will be used to identify the index of the detected Xinerama screen to use. Signed-off-by: James Knight <james.d.knight@live.com>
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index a22cc05..923aa41 100644
--- a/src/options.h
+++ b/src/options.h
@@ -109,6 +109,7 @@ struct __fehoptions {
int default_zoom;
int zoom_mode;
unsigned char adjust_reload;
+ int xinerama_index;
/* signed in case someone wants to invert scrolling real quick */
int scroll_step;