summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-01 08:10:27 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-01 08:10:27 +0100
commite72508b782b977075eae0e85be1ad92e21744a14 (patch)
treed2acf5891340bc238a763c0b670916fa221ffd8a /config
parent4c5df96fcd9ff9868a9d892333ac313fe077a7d4 (diff)
Remove opacity option.
Diffstat (limited to 'config')
-rw-r--r--config/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/config.c b/config/config.c
index 195ed241..5357e339 100644
--- a/config/config.c
+++ b/config/config.c
@@ -33,10 +33,6 @@ Settings config = {
/** List of enabled modi. */
/** -modi */
.modi = "window,run,ssh",
- /** Set the default window opacity. */
- /** This option only works when running a composite manager. */
- /** -o */
- .window_opacity = 100,
/** Border width around the window. */
.menu_bw = 1,
/** The width of the switcher. (0100 in % > 100 in pixels) */