differentiented power button behavior
This commit is contained in:
@@ -57,6 +57,11 @@
|
||||
with_items:
|
||||
- { name: sway-gridlock, path: ~/.config/sway/device-conf }
|
||||
become: no
|
||||
- name: Set power button behavior
|
||||
lineinfile:
|
||||
line: "HandlePowerKey=poweroff"
|
||||
path: "/etc/systemd/logind.conf"
|
||||
regexp: '.*HandlePowerKey.*'
|
||||
- name: install amd drivers and firmware
|
||||
apt:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user