mirror of
https://github.com/zoriya/flake.git
synced 2026-05-28 17:05:19 +00:00
Disable bluetooth wakeup
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user