change pointer speed & disable mouse accel on nixdesk
This commit is contained in:
parent
6cb610d36d
commit
8310a093e5
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@
|
||||||
exec obs --startreplaybuffer --disable-shutdown-check --minimize-to-tray
|
exec obs --startreplaybuffer --disable-shutdown-check --minimize-to-tray
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
wayland.windowManager.sway.config.input."type:pointer" = {
|
||||||
|
accel_profile = "flat";
|
||||||
|
pointer_accel = "-0.7";
|
||||||
|
};
|
||||||
|
|
||||||
wayland.windowManager.sway.config.output = {
|
wayland.windowManager.sway.config.output = {
|
||||||
"DP-3" = {
|
"DP-3" = {
|
||||||
mode = "1920x1080@165Hz";
|
mode = "1920x1080@165Hz";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue