diff --git a/hosts/double-rainbow.nix b/hosts/double-rainbow.nix index e33b612..4c8636a 100644 --- a/hosts/double-rainbow.nix +++ b/hosts/double-rainbow.nix @@ -44,7 +44,7 @@ in fsType = "vfat"; }; - swapDevices = [ ]; + swapDevices = [ { device = "/swapfile"; } ]; services.udev.extraRules = '' # Force all disks to use mq-deadline scheduler diff --git a/user/sway/default.nix b/user/sway/default.nix index 2a6dc70..6679134 100644 --- a/user/sway/default.nix +++ b/user/sway/default.nix @@ -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"; };