File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,5 @@ i3_xautolock: true
68
68
i3_screensaver_time : ' 90'
69
69
i3_disable_beep : true
70
70
71
- #
72
- # enable_lock_after_time: false
73
- # lock_after_time: '90' # minutes to wait until your screen is locked
74
-
75
71
# version check for this role?
76
72
submodules_versioncheck : true
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ exec_always xset b off
194
194
{% endif %}
195
195
196
196
{% if i 3_xautolock | bool %}
197
- 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'
197
+ exec xautolock -time {{ i3_screensaver_time }} -locker 'maim /tmp/screen_locked.png; mogrify -scale 10% -scale 1000% /tmp/screen_locked.png; i3lock -i /tmp/screen_locked.png'
198
198
{% endif %}
199
199
200
200
# Start Default Applications
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ __i3_workspaces:
33
33
34
34
user : " {{ i3wm_user }}"
35
35
36
- playbook_version_number : 9028 # should be int
36
+ playbook_version_number : 9029 # should be int
37
37
playbook_version_path : ' role-i3wm_chaos-bodensee_github.com.version'
You can’t perform that action at this time.
0 commit comments