1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sway.git synced 2024-08-16 13:49:49 +02:00

remove compton

This commit is contained in:
L3D 2021-02-26 18:21:59 +01:00
parent a683c8c580
commit 5d5c485825
Signed by: l3d
GPG key ID: CD08445BFF4313D1
6 changed files with 1 additions and 6 deletions

View file

@ -175,7 +175,6 @@ exec_always feh --bg-scale {{ i3_desktop_background }}
exec_always xset s off
exec xset -dpms
{% endif %}
exec compton
{% if enable_lock_after_time | bool %}
exec xautolock -time {{ lock_after_time }} -locker 'maim /tmp/screen_locked.png; mogrify -scale 10% -scale 1000% /tmp/screen_locked.png; i3lock -i /tmp/screen_locked.png'

View file

@ -7,7 +7,6 @@ __i3_packages:
- i3lock
- i3status
- rofi
- compton
- feh
- tmux
- terminator

View file

@ -2,7 +2,6 @@
__i3_packages:
- i3
- rofi
- compton
- feh
- tmux
- terminator

View file

@ -1,7 +1,6 @@
---
__i3_packages:
- i3
- compton
- feh
- tmux
- terminator

View file

@ -1,7 +1,6 @@
---
__i3_packages:
- i3
- compton
- feh
- tmux
- terminator

View file

@ -33,5 +33,5 @@ __i3_workspaces:
user: "{{ i3wm_user }}"
playbook_version_number: 9016 # should be int
playbook_version_number: 9017 # should be int
playbook_version_path: 'role-i3wm_chaos-bodensee_github.com.version'