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:
parent
a22b9848df
commit
15e009d00a
3 changed files with 20 additions and 6 deletions
|
@ -64,12 +64,10 @@ i3_run_on_startup:
|
|||
- sudo nm-applet
|
||||
|
||||
|
||||
i3:
|
||||
font_size: 11
|
||||
focus_follows_mouse: true
|
||||
i3_font_size: 11
|
||||
i3_focus_follows_mouse: true
|
||||
|
||||
i3_desktop_env:
|
||||
background: "/home/{{ user }}/.config/background.png"
|
||||
i3_desktop_background: "/home/{{ user }}/.config/background.png"
|
||||
|
||||
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"
|
||||
|
||||
|
|
|
@ -21,3 +21,19 @@ accounts:
|
|||
akku_user: "lilian"
|
||||
|
||||
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
|
Loading…
Reference in a new issue