Compare commits
2 Commits
fcd441c674
...
026e371cc3
Author | SHA1 | Date | |
---|---|---|---|
026e371cc3 | |||
d79f828cc4 |
@ -1,16 +1,15 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
# - dwm
|
- dwm
|
||||||
# - ubuntu
|
- ubuntu
|
||||||
# - firefox
|
- firefox
|
||||||
# - docker
|
- docker
|
||||||
# - dotfiles
|
- dotfiles
|
||||||
# - java
|
- java
|
||||||
# - jetbrains
|
- jetbrains
|
||||||
# - compton
|
|
||||||
- signal
|
- signal
|
||||||
# - virtual
|
- virtual
|
||||||
# - lutris
|
- lutris
|
||||||
# - prusa-slicer
|
- prusa-slicer
|
||||||
# - laptop
|
- 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
|
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: install screen locker
|
- name: install necessary software
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
@ -9,3 +9,4 @@
|
|||||||
- feh
|
- feh
|
||||||
- dunst
|
- dunst
|
||||||
- arandr
|
- arandr
|
||||||
|
- xapp
|
||||||
|
@ -51,4 +51,4 @@
|
|||||||
update_cache: yes
|
update_cache: yes
|
||||||
pkg:
|
pkg:
|
||||||
- redshift
|
- redshift
|
||||||
- compton
|
- picom
|
||||||
|
Loading…
Reference in New Issue
Block a user