Add xlockmore
This commit is contained in:
parent
e4b233515b
commit
1448cc66ee
2 changed files with 3 additions and 4 deletions
|
@ -25,7 +25,6 @@
|
||||||
state: present
|
state: present
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
# unzip needed for extracting fonts.
|
|
||||||
- bash
|
- bash
|
||||||
- git
|
- git
|
||||||
- gnu-watch
|
- gnu-watch
|
||||||
|
@ -35,7 +34,7 @@
|
||||||
- rubygem-asciidoctor
|
- rubygem-asciidoctor
|
||||||
- sqlite3
|
- sqlite3
|
||||||
- tmux
|
- tmux
|
||||||
- unzip
|
- unzip # Needed for extracting fonts.
|
||||||
- vim
|
- vim
|
||||||
- zsh
|
- zsh
|
||||||
- name: Install asciidoctor-pdf Ruby gem
|
- name: Install asciidoctor-pdf Ruby gem
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
state: present
|
state: present
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
# luit is needed by xterm.
|
|
||||||
- dbus
|
- dbus
|
||||||
- en_GB-libreoffice
|
- en_GB-libreoffice
|
||||||
- firefox-esr
|
- firefox-esr
|
||||||
|
@ -33,8 +32,9 @@
|
||||||
- git-gui
|
- git-gui
|
||||||
- liberation-fonts-ttf
|
- liberation-fonts-ttf
|
||||||
- libreoffice
|
- libreoffice
|
||||||
- luit
|
- luit # Needed by xterm.
|
||||||
- mutt
|
- mutt
|
||||||
- redshift
|
- redshift
|
||||||
- tigervnc-viewer
|
- tigervnc-viewer
|
||||||
- xinput
|
- xinput
|
||||||
|
- xlockmore
|
||||||
|
|
Loading…
Reference in a new issue