Fix issue with Firefox in sway
Apparently Firefox does not like it if sway is configured with wildcards for commands like input, output and seat.
This commit is contained in:
parent
8ab255b66a
commit
6fac18a40a
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ in
|
||||||
workspaceAutoBackAndForth = true;
|
workspaceAutoBackAndForth = true;
|
||||||
|
|
||||||
seat = {
|
seat = {
|
||||||
"*" = {
|
"seat0" = {
|
||||||
hide_cursor = "when-typing enable";
|
hide_cursor = "when-typing enable";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue