Skip to content

Commit 1831b7b

Browse files
committed
hide hardware cursor in cs2
1 parent 3dc6e91 commit 1831b7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

desktop/home.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
command = "max_render_time off";
5757
criteria = { class = "cs2"; };
5858
}
59+
{
60+
command = "cursor bypass";
61+
criteria = { class = "cs2"; };
62+
}
5963
];
6064
};
6165

0 commit comments

Comments
 (0)