1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

fixed gtk rofi missing conf dir

This commit is contained in:
eoli3n 2017-12-19 22:01:20 +01:00
parent 4a984caaf4
commit 7ec89663ef

@ -2,6 +2,9 @@
- name: Install rofi
packer: name=rofi state=present
- name: Create rofi conf dir
files: path=~/.config/rofi state=directory
- name: Copy powermenu script
copy: src=files/powermenu.sh dest=~/.config/rofi/powermenu.sh