Switch from compton to picom
This commit is contained in:
parent
d79f828cc4
commit
026e371cc3
@ -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
|
||||
|
@ -1,7 +0,0 @@
|
||||
# basic configuration
|
||||
backend = "glx";
|
||||
|
||||
glx-no-stencil = true;
|
||||
paing-on-overlay = true;
|
||||
|
||||
vsync = "opengl-swc";
|
@ -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
|
@ -51,4 +51,4 @@
|
||||
update_cache: yes
|
||||
pkg:
|
||||
- redshift
|
||||
- compton
|
||||
- picom
|
||||
|
Loading…
Reference in New Issue
Block a user