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:
parent
a683c8c580
commit
5d5c485825
6 changed files with 1 additions and 6 deletions
|
@ -175,7 +175,6 @@ exec_always feh --bg-scale {{ i3_desktop_background }}
|
||||||
exec_always xset s off
|
exec_always xset s off
|
||||||
exec xset -dpms
|
exec xset -dpms
|
||||||
{% endif %}
|
{% endif %}
|
||||||
exec compton
|
|
||||||
|
|
||||||
{% if enable_lock_after_time | bool %}
|
{% 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'
|
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'
|
||||||
|
|
|
@ -7,7 +7,6 @@ __i3_packages:
|
||||||
- i3lock
|
- i3lock
|
||||||
- i3status
|
- i3status
|
||||||
- rofi
|
- rofi
|
||||||
- compton
|
|
||||||
- feh
|
- feh
|
||||||
- tmux
|
- tmux
|
||||||
- terminator
|
- terminator
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
__i3_packages:
|
__i3_packages:
|
||||||
- i3
|
- i3
|
||||||
- rofi
|
- rofi
|
||||||
- compton
|
|
||||||
- feh
|
- feh
|
||||||
- tmux
|
- tmux
|
||||||
- terminator
|
- terminator
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
__i3_packages:
|
__i3_packages:
|
||||||
- i3
|
- i3
|
||||||
- compton
|
|
||||||
- feh
|
- feh
|
||||||
- tmux
|
- tmux
|
||||||
- terminator
|
- terminator
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
__i3_packages:
|
__i3_packages:
|
||||||
- i3
|
- i3
|
||||||
- compton
|
|
||||||
- feh
|
- feh
|
||||||
- tmux
|
- tmux
|
||||||
- terminator
|
- terminator
|
||||||
|
|
|
@ -33,5 +33,5 @@ __i3_workspaces:
|
||||||
|
|
||||||
user: "{{ i3wm_user }}"
|
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'
|
playbook_version_path: 'role-i3wm_chaos-bodensee_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue