diff --git a/localhost.yml b/localhost.yml index 82fcb92..77aecac 100644 --- a/localhost.yml +++ b/localhost.yml @@ -1,16 +1,15 @@ --- - hosts: localhost roles: -# - dwm -# - ubuntu -# - firefox -# - docker -# - dotfiles -# - java -# - jetbrains -# - compton + - dwm + - ubuntu + - firefox + - docker + - dotfiles + - java + - jetbrains - signal -# - virtual -# - lutris -# - prusa-slicer -# - laptop + - virtual + - lutris + - prusa-slicer + - laptop diff --git a/roles/compton/files/compton.conf b/roles/compton/files/compton.conf deleted file mode 100644 index 3f30208..0000000 --- a/roles/compton/files/compton.conf +++ /dev/null @@ -1,7 +0,0 @@ -# basic configuration -backend = "glx"; - -glx-no-stencil = true; -paing-on-overlay = true; - -vsync = "opengl-swc"; \ No newline at end of file diff --git a/roles/compton/tasks/main.yml b/roles/compton/tasks/main.yml deleted file mode 100644 index b105089..0000000 --- a/roles/compton/tasks/main.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- name: install comton - become: yes - apt: - update_cache: yes - pkg: - - compton - -- name: create config dir - file: - path: ~/.config - -- name: copy config - copy: - src: compton.conf - dest: ~/.config/compton.conf diff --git a/roles/ubuntu/tasks/packages.yml b/roles/ubuntu/tasks/packages.yml index 5b56b7e..c8bdb7a 100644 --- a/roles/ubuntu/tasks/packages.yml +++ b/roles/ubuntu/tasks/packages.yml @@ -51,4 +51,4 @@ update_cache: yes pkg: - redshift - - compton + - picom