amiwm: since options were removed, make the Screens menu work again

This commit is contained in:
Adrian Chadd
2022-02-18 19:31:55 -08:00
parent 9825ecbe6b
commit 32cfb5ab21

2
menu.c
View File

@@ -801,7 +801,7 @@ void menuaction(struct Item *i, struct Item *si)
if(ti && ti->cmd) spawn(ti->cmd);
}
break;
case 4: /* Screens */
case 2: /* Screens */
if(item==0) {
openscreen("New Screen", DefaultRootWindow(dpy));
realizescreens();