Bugfix: Don't SIGSTOP child in dockmode

next
Axel Wagner 2011-03-14 09:24:32 +01:00
parent 7fb6258fbd
commit 5219493ffe
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ int main(int argc, char **argv) {
config.hide_on_modifier = 1;
break;
case 'd':
config.hide_on_modifier = 0;
if (optarg == NULL) {
config.dockpos = DOCKPOS_BOT;
break;