mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
readded cursor size
This commit is contained in:
parent
27119b5008
commit
6859ea09ea
@ -33,3 +33,15 @@
|
||||
file:
|
||||
path: ~/.Xresources.d
|
||||
state: directory
|
||||
|
||||
- name: Configure Cursors
|
||||
copy:
|
||||
src: cursor
|
||||
dest: ~/.Xresources.d/
|
||||
|
||||
- name: Init Cursors in .Xresources
|
||||
lineinfile:
|
||||
path: ~/.Xresources
|
||||
create: yes
|
||||
state: present
|
||||
line: '#include ".Xresources.d/cursor"'
|
||||
|
Loading…
Reference in New Issue
Block a user