Clean up seat config
This commit is contained in:
parent
84c79a7d9c
commit
44638363b9
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
||||||
}
|
}
|
||||||
// (joinAttrSets (map makeWorkspaceBinds (lib.range 1 9)));
|
// (joinAttrSets (map makeWorkspaceBinds (lib.range 1 9)));
|
||||||
|
|
||||||
seat = {"*" = {hide_cursor = "when-typing enable";};};
|
seat."*" = {hide_cursor = "when-typing enable";};
|
||||||
|
|
||||||
bars = [
|
bars = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue