--- rxvt-unicode/src/perl/option-popup 2006/01/20 10:27:08 1.8 +++ rxvt-unicode/src/perl/option-popup 2006/02/02 00:18:51 1.9 @@ -21,7 +21,8 @@ my %unsafe = map +($_ => 1), qw(borderLess console iconic loginShell reverseVideo scrollBar scrollBar_floating scrollBar_right - secondaryScreen transparent utmpInhibit meta8); + secondaryScreen transparent utmpInhibit meta8 + override_redirect); for my $name (sort keys %urxvt::OPTION) { next if $unsafe{$name};