mirror of
https://github.com/swaywm/sway
synced 2024-11-23 05:02:01 +01:00
commands/primary_selection: drop duplicate bool parsing
This commit is contained in:
parent
6b2aa83246
commit
ecfef1348a
@ -17,7 +17,7 @@ struct cmd_results *cmd_primary_selection(int argc, char **argv) {
|
||||
"primary_selection can only be enabled/disabled at launch");
|
||||
}
|
||||
|
||||
config->primary_selection = parse_boolean(argv[0], true);
|
||||
config->primary_selection = primary_selection;
|
||||
|
||||
return cmd_results_new(CMD_SUCCESS, NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user