diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-13 12:45:59 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-13 12:45:59 +0200 |
commit | 0997273b119d1986a5c315ef6389cfc387785b94 (patch) | |
tree | 34ed83a8371454b2879f33f915afd5f20306eaeb | |
parent | Added more descriptions in the config.h (diff) | |
download | dmenu-0997273b119d1986a5c315ef6389cfc387785b94.tar.gz dmenu-0997273b119d1986a5c315ef6389cfc387785b94.tar.bz2 dmenu-0997273b119d1986a5c315ef6389cfc387785b94.zip |
Fixed a line in the opacity patch
-rw-r--r-- | patches/dmenu-opacity.diff | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/patches/dmenu-opacity.diff b/patches/dmenu-opacity.diff index c45a1d7..73bfafa 100644 --- a/patches/dmenu-opacity.diff +++ b/patches/dmenu-opacity.diff @@ -1,10 +1,3 @@ -# HG changeset patch -# User MichaĆ Lemke <lemke.michal@gmail.com> -# Date 1361752727 -3600 -# Node ID 9c3c66de76d74648b9e4b3e9e7f83d4cdde015f3 -# Parent 23d08e2d73f3087274da96bdcdc03f54076fb76b -add options to change opacity, window class and window name - diff --git a/README b/README --- a/README +++ b/README @@ -66,7 +59,7 @@ diff --git a/dmenu.c b/dmenu.c static Item *prev, *curr, *next, *sel; static Window win; static XIC xic; -+static double opacity = 1.0; ++static double opacity = 1.0; #this goes to config.h + +#define OPAQUE 0xffffffff +#define OPACITY "_NET_WM_WINDOW_OPACITY" |