Compare commits

..

2 commits

Author SHA1 Message Date
lelgenio 7fcb1b1892 rainbow: add swap 2024-10-09 17:37:06 -03:00
lelgenio cf21221a97 sway: disable acceleration for all pointers 2024-10-09 17:36:57 -03:00
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ in
fsType = "vfat";
};
swapDevices = [ ];
swapDevices = [ { device = "/swapfile"; } ];
services.udev.extraRules = ''
# Force all disks to use mq-deadline scheduler

View file

@ -81,7 +81,7 @@ in
# Ignore PS4 controller touchpad events
input."1356:2508:Wireless_Controller_Touchpad".events = "disabled";
input."1133:16537:Logitech_G502_X_PLUS" = {
input."type:pointer" = {
accel_profile = "flat";
pointer_accel = "0";
};