greetd: move to root config

This commit is contained in:
lelgenio 2021-06-15 22:01:31 -03:00
parent fe6b81f9f3
commit 0951afb313
5 changed files with 19 additions and 11 deletions

View File

@ -248,11 +248,6 @@ actions:
https://github.com/alexanderjeurissen/ranger_devicons
~/.config/ranger/plugins/ranger_devicons
greetd_install: |
sudo mkdir -p /etc/greetd/
sudo cp -r "{{@@ _dotfile_abs_dst @@}}"/* /etc/greetd/
sudo chown -R greeter:greeter /etc/greetd/
root_install: >
sudo dotdrop -f
-c "{{@@ _dotfile_abs_dst @@}}/config.yaml"
@ -426,12 +421,6 @@ dotfiles: # Just a bunch of paths and action mappings
src: rustfmt.toml
dst: ~/.rustfmt.toml
greetd:
src: greetd
dst: ~/.config/greetd
actions:
- greetd_install
root:
src: ../root
dst: ~/.local/share/root_files

View File

@ -17,6 +17,25 @@ config:
dotpath: .
###############################################################
actions:
###############################################################
greetd_install: |
sudo chown -R greeter:greeter /etc/greetd/
###############################################################
dotfiles: # Just a bunch of paths and action mappings
###############################################################
greetd:
src: greetd
dst: ~/greetd
actions:
- greetd_install
###############################################################
profiles:
###############################################################