summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-08-10 15:46:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-08-10 15:46:05 +0200
commit32bf3f1d6ffaa16e748714f16a579e446921f348 (patch)
treebb825784bd6fb4184e6245cca48ba789b41fac72
parentch-equinox-t450s: reinstall with ubuntu noble (diff)
ch-equinox-t450s: try workaround for lock-screen issue
-rw-r--r--chaos-at-home/ch-equinox-t450s.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml
index e4f57287..6587e46d 100644
--- a/chaos-at-home/ch-equinox-t450s.yml
+++ b/chaos-at-home/ch-equinox-t450s.yml
@@ -46,6 +46,19 @@
regexp: '#?\s*XKBOPTIONS='
line: 'XKBOPTIONS="caps:none"'
+ - name: install light-locker and remove xfc4-screensaver
+ loop:
+ - name: light-locker
+ state: present
+ - name: xfce4-screensaver
+ state: absent
+ loop_control:
+ label: "{{ item.name }} -> {{ item.state }}"
+ apt:
+ name: "{{ item.name }}"
+ state: "{{ item.state }}"
+ purge: yes
+
## TODO install autostart and keyboard shortcut Ctrl+P
- name: install touchpad control script
copy: