From a80be242f92969e6d4ca6217fb0270ac93df7aa5 Mon Sep 17 00:00:00 2001 From: noctuid Date: Thu, 14 Sep 2017 13:05:03 -0400 Subject: [PATCH] Improve documentation of --class Closes #33. --- tdrop.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrop.1 b/tdrop.1 index f8be169..7e8cf08 100644 --- a/tdrop.1 +++ b/tdrop.1 @@ -87,7 +87,7 @@ This option only applies for dropdowns (not auto-hiding and auto-showing). Speci .TP Mimic another WM's rules with -a. This is unlikely to be useful. It could potentially be used in the case where a similar fork of a window manager had a different name. (default: automatically detected) \fB --class\fR -Set the classname for the window. This is used for window managers like bspwm that use the classname for floating rules. For some commonly used programs, tdrop will already use the correct classname. This option is useful when the program name and classname are not the same and there is not already a default. (default: the program name or a known substitution) +Providing this option lets tdrop know what the classname of the window is (it does not actually set the classname for a window). This is used for window managers like bspwm that use the classname for floating rules. For some commonly used programs, tdrop will already use the correct classname. This option is useful when the program name and classname are not the same and there is not already a default mapping between the two. (default: the program name or a known substitution) .TP \fB --clear\fR Used to clear a saved window id for the given program or 'current' instead of creating a dropdown. Takes no argument.