Compare commits

...

2 Commits

Author SHA1 Message Date
026e371cc3 Switch from compton to picom 2022-09-03 15:24:26 +02:00
d79f828cc4 Add missing dependency for dwm 2022-09-03 15:23:50 +02:00
5 changed files with 14 additions and 37 deletions

View File

@ -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

View File

@ -1,7 +0,0 @@
# basic configuration
backend = "glx";
glx-no-stencil = true;
paing-on-overlay = true;
vsync = "opengl-swc";

View File

@ -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

View File

@ -1,5 +1,5 @@
---
- name: install screen locker
- name: install necessary software
become: yes
apt:
update_cache: yes
@ -9,3 +9,4 @@
- feh
- dunst
- arandr
- xapp

View File

@ -51,4 +51,4 @@
update_cache: yes
pkg:
- redshift
- compton
- picom