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:
Erwin Boskma 2022-12-23 09:17:58 +01:00
parent 8ab255b66a
commit 6fac18a40a
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -225,7 +225,7 @@ in
workspaceAutoBackAndForth = true; workspaceAutoBackAndForth = true;
seat = { seat = {
"*" = { "seat0" = {
hide_cursor = "when-typing enable"; hide_cursor = "when-typing enable";
}; };
}; };