summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-08 23:06:53 +0200
committerDave Davenport <qball@blame.services>2021-06-08 23:07:52 +0200
commit0726ed9f33d5c5ef3951a1f3629055cd42fc084f (patch)
tree7d2c47cbb1f4578b4e0b1b47d77fa50585c41f74 /source/xrmoptions.c
parente0a3067f693c4aef0f1a6c75f93b737c020a6c71 (diff)
[Config] Remove fake-transparency/background option.
* fake-transparency * fake-background
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 0e89c003..8a3b1c2a 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -170,16 +170,12 @@ static XrmOption xrmOptions[] = {
"Monitor id to show on", CONFIG_DEFAULT },
{ xrm_String, "filter", { .str = &config.filter }, NULL,
"Pre-set filter", CONFIG_DEFAULT },
- { xrm_Boolean, "fake-transparency", { .num = &config.fake_transparency }, NULL,
- "Fake transparency *DEPRECATED*", CONFIG_DEFAULT },
{ xrm_SNumber, "dpi", { .snum = &config.dpi }, NULL,
"DPI", CONFIG_DEFAULT },
{ xrm_Number, "threads", { .num = &config.threads }, NULL,
"Threads to use for string matching", CONFIG_DEFAULT },
{ xrm_Number, "scroll-method", { .num = &config.scroll_method }, NULL,
"Scrolling method. (0: Page, 1: Centered)", CONFIG_DEFAULT },
- { xrm_String, "fake-background", { .str = &config.fake_background }, NULL,
- "Background to use for fake transparency. (background or screenshot) *DEPRECATED*", CONFIG_DEFAULT },
{ xrm_String, "window-format", { .str = &config.window_format }, NULL,
"Window Format. w (desktop name), t (title), n (name), r (role), c (class)", CONFIG_DEFAULT },
{ xrm_Boolean, "click-to-exit", { .snum = &config.click_to_exit }, NULL,