Update konsole config

This commit is contained in:
Sonny Bakker 2021-12-30 20:42:44 +01:00
parent 208eca8c05
commit a6f0bc729c
3 changed files with 105 additions and 2 deletions

View file

@ -22,4 +22,8 @@
src: 'templates/konsole.profile.j2',
dest: '{{ xdg_data_dir }}/konsole/Standard.profile',
}
- {
src: 'templates/konsole.colorscheme.j2',
dest: '{{ xdg_data_dir }}/konsole/BlackOnWhite.colorscheme'
}
- { src: 'templates/konsole.config.j2', dest: '{{ xdg_config_dir }}/konsolerc' }