diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-08-11 01:22:49 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-08-11 01:22:49 +0200 |
commit | a97196aa93de78e1854426eb93cc7c40b0f8a7a8 (patch) | |
tree | 6614f49126675795420faa619331001356faa3e2 | |
parent | ch-equinox-ws: re-install with ubuntu noble (diff) |
Revert "ch-equinox-t450s: try workaround for lock-screen issue"
This reverts commit 32bf3f1d6ffaa16e748714f16a579e446921f348.
-rw-r--r-- | chaos-at-home/ch-equinox-t450s.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml index 6587e46d..e4f57287 100644 --- a/chaos-at-home/ch-equinox-t450s.yml +++ b/chaos-at-home/ch-equinox-t450s.yml @@ -46,19 +46,6 @@ 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: |