Logo
Explore Help
Sign In
talexander/machine_setup
1
0
Fork 0
You've already forked machine_setup
Code Issues Pull Requests Releases Activity
machine_setup/ansible/roles/power_management/tasks/linux.yaml

10 lines
207 B
YAML
Raw Normal View History

Disable usb autosuspend for keyboard and mouse. USB auto suspend seems to only happen when the devices are plugged in at boot (which generally means when my laptop is connected to the dock before boot) but it is very annoying because some keypresses get lost and my mouse does not work unless I click first.
2023-08-16 15:10:50 -04:00
- name: Install udev configuration
copy:
src: "files/{{ item }}_rulesd.conf"
dest: "/etc/udev/rules.d/{{ item }}.rules"
mode: 0644
owner: root
group: wheel
loop:
- dont_sleep_usb
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 87ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API