1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Update modules

and update changed variables
This commit is contained in:
Lilian Roller 2019-06-11 11:31:13 +02:00
parent a22b9848df
commit 15e009d00a
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
3 changed files with 20 additions and 6 deletions

View file

@ -64,12 +64,10 @@ i3_run_on_startup:
- sudo nm-applet - sudo nm-applet
i3: i3_font_size: 11
font_size: 11 i3_focus_follows_mouse: true
focus_follows_mouse: true
i3_desktop_env: i3_desktop_background: "/home/{{ user }}/.config/background.png"
background: "/home/{{ user }}/.config/background.png"
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000" i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"

View file

@ -21,3 +21,19 @@ accounts:
akku_user: "lilian" akku_user: "lilian"
copy_to_user: "{{ akku_user }}" copy_to_user: "{{ akku_user }}"
i3_monitors:
- monitor:
id: 1
output: "DP1"
mode: "2560x1440"
pos: "0x0"
rotate: "normal"
workspaces: [1,2,3,4,5,6]
- monitor:
id: 2
output: "HDMI2"
mode: "1920x1080"
pos: "2560x0"
rotate: "left"
workspaces: [7,8,9,0]

@ -1 +1 @@
Subproject commit 838d135df0f90b787ed17dd493647c754f23345b Subproject commit 4ac42e90217446ccb2d06e477b690c0a79528687