Commit eb67027
Changed files (2)
tasks
tasks/systemd.yml
@@ -12,13 +12,10 @@
- {src: "files/logind.conf", dest: "/etc/systemd/logind.conf"}
- {src: "files/slock.service", dest: "/etc/systemd/system/slock.service"}
-- name: systemd - services
+- name: systemd - enable slock on suspend resume
systemd:
- name: "{{ item }}"
- state: started
+ name: slock
enabled: yes
daemon_reload: yes
become: yes
tags: systemd
- with_items:
- - slock
main.yml
@@ -29,13 +29,18 @@
become: yes
tags: apt
with_items:
- - xbacklight
- - powertop
+ # misc tools
- htop
- vim
- git
- screen
- apt-file
+ # laptop tools
+ - xbacklight
+ - powertop
+ # screen capture / playback
+ - ffmpeg
+ - mplayer
- include: tasks/st.yml
- include: tasks/dwm.yml