Skip to content

Commit

Permalink
Add Cascade to placement policy
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmalm committed Sep 17, 2024
1 parent 3181374 commit 1161c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maindialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void MainDialog::activate()
ui->dropShadows->setCurrentIndex(xml_get_bool_text("/labwc_config/theme/dropShadows"));

/* # BEHAVIOUR */
std::vector policies = { "", "Center", "Automatic", "Cursor" };
std::vector policies = { "", "Automatic", "Cascade", "Center", "Cursor" };
active = -1;
active_id = xml_get("/labwc_config/placement/policy");
int i = 0;
Expand Down

0 comments on commit 1161c41

Please sign in to comment.