mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
improve variable names
This commit is contained in:
parent
31186a33dd
commit
c615e8a83e
5 changed files with 54 additions and 50 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
|
---
|
||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: [DO1JLR]
|
github: [DO1JLR]
|
||||||
liberapay: L3D
|
liberapay: L3D
|
||||||
custom: https://paypal.me/c3woc
|
|
||||||
|
|
11
.yamllint
Normal file
11
.yamllint
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
extends: default
|
||||||
|
|
||||||
|
rules:
|
||||||
|
# 150 chars should be enough, but don't fail if a line is longer
|
||||||
|
line-length:
|
||||||
|
max: 180
|
||||||
|
level: warning
|
||||||
|
|
||||||
|
ignore: |
|
||||||
|
roles/
|
|
@ -52,7 +52,6 @@ i3_keybindings_extra:
|
||||||
key: XF86MonBrightnessUp
|
key: XF86MonBrightnessUp
|
||||||
exec: --no-startup-id sudo light -A 6
|
exec: --no-startup-id sudo light -A 6
|
||||||
|
|
||||||
|
|
||||||
i3_applications:
|
i3_applications:
|
||||||
- application:
|
- application:
|
||||||
class: "firefox"
|
class: "firefox"
|
||||||
|
@ -69,9 +68,5 @@ i3_run_on_startup:
|
||||||
# - nextcloud
|
# - nextcloud
|
||||||
- sudo nm-applet
|
- sudo nm-applet
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# globaly enably simple versionscheck - if available
|
# globaly enably simple versionscheck - if available
|
||||||
submodules_versioncheck: true
|
submodules_versioncheck: true
|
||||||
|
|
||||||
|
|
|
@ -43,4 +43,3 @@ i3_monitors:
|
||||||
wine_user: "lilian"
|
wine_user: "lilian"
|
||||||
akku_user: "lilian"
|
akku_user: "lilian"
|
||||||
wine_user_home: "/home/lilian"
|
wine_user_home: "/home/lilian"
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@ copy_to_user: "{{ akku_user }}"
|
||||||
|
|
||||||
wine_user: "{{ akku_user }}"
|
wine_user: "{{ akku_user }}"
|
||||||
wine_user_home: "/home/{{ akku_user }}"
|
wine_user_home: "/home/{{ akku_user }}"
|
||||||
copy_to_user: "{{ akku_user }}"
|
|
||||||
|
|
Loading…
Reference in a new issue