mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
remove old focus member
This commit is contained in:
parent
ce3a1b3922
commit
93084c9cf8
6 changed files with 19 additions and 22 deletions
|
|
@ -151,7 +151,6 @@ swayc_t *new_output(struct sway_output *sway_output) {
|
|||
char *ws_name = workspace_next_name(output->name);
|
||||
wlr_log(L_DEBUG, "Creating default workspace %s", ws_name);
|
||||
swayc_t *ws = new_workspace(output, ws_name);
|
||||
output->focused = ws;
|
||||
// Set each seat's focus if not already set
|
||||
// TODO FOCUS: this is probably stupid, we shouldn't define focus in two
|
||||
// places. We should probably put the active workspace on the sway_output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue