From de734d41517986273f8c887f892e15b66f0936ec Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Fri, 11 Oct 2019 22:19:33 +0200 Subject: Allow setting the X11 class hint as an option. --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 883c8e2..93474a9 100644 --- a/src/options.h +++ b/src/options.h @@ -128,6 +128,7 @@ struct __fehoptions { int zoom_mode; unsigned char adjust_reload; int xinerama_index; + char *x11_class; /* signed in case someone wants to invert scrolling real quick */ int scroll_step; -- cgit v1.2.3