Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/basic_tools

This commit is contained in:
nd 2021-07-24 22:55:24 +02:00
commit 367a0d2fcd
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 7 additions and 0 deletions

2
files/dotfiles/tmux.conf Normal file
View file

@ -0,0 +1,2 @@
# Enable mouse
set -g mouse on

View file

@ -20,6 +20,11 @@
src: dotfiles/screenrc
dest: /etc/screenrc
mode: 0644
- name: copy tmux.conf
copy:
src: dotfiles/tmux.conf
dest: /etc/tmux.conf
mode: 0644
- name: work around a debian bug in smartmontools
copy: