JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
merge upstream jason
authorJason Woofenden <jason@jasonwoof.com>
Sun, 19 Oct 2014 18:49:50 +0000 (14:49 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sun, 19 Oct 2014 18:49:50 +0000 (14:49 -0400)
1  2 
spectrwm.c
spectrwm.conf

diff --cc spectrwm.c
@@@ -401,9 -402,7 +402,10 @@@ bool               stack_enabled = true
  bool           clock_enabled = true;
  bool           iconic_enabled = false;
  bool           urgent_enabled = false;
 +int            composite_enabled = 0;
 +double                 opacity_focus = 1.0;
 +double                 opacity_unfocus = 0.6;
+ bool           urgent_collapse = false;
  char          *clock_format = NULL;
  bool           window_class_enabled = false;
  bool           window_instance_enabled = false;
diff --cc spectrwm.conf
Simple merge