diff --git a/environments/river/default.nix b/environments/river/default.nix index 948012e..ccc9055 100644 --- a/environments/river/default.nix +++ b/environments/river/default.nix @@ -14,7 +14,6 @@ user = "greeter"; }; initial_session = { - # zsh -c is to give river access to profile variables command = "${pkgs.systemd}/bin/systemctl --wait --user start river.service"; user = "zoriya"; }; diff --git a/environments/river/home.nix b/environments/river/home.nix index 46938f1..dd75c92 100644 --- a/environments/river/home.nix +++ b/environments/river/home.nix @@ -59,7 +59,7 @@ in { ]; default-attach-mode = "top"; - focus-follows-cursor = "normal"; # might try "always" if this does not feel right + focus-follows-cursor = "normal"; set-cursor-warp = "on-focus-change"; hide-cursor = { diff --git a/modules/wm/default.nix b/modules/wm/default.nix index 12ff61d..03980e6 100644 --- a/modules/wm/default.nix +++ b/modules/wm/default.nix @@ -33,6 +33,8 @@ for device_wu in /sys/bus/usb/devices/*/power/wakeup; do echo enabled > $device_wu done + # disable bluetooth + echo disabled > /sys/bus/usb/devices/3-10/power/wakeup ''; services.printing.enable = true;