mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Update setup
This commit is contained in:
parent
13df529c1d
commit
1550884e5d
4 changed files with 7 additions and 3 deletions
|
@ -36,4 +36,8 @@ i3_desktop_env:
|
|||
background: "/home/{{ user }}/.config/background.png"
|
||||
|
||||
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png"
|
||||
# optional .bashrc commands
|
||||
bash:
|
||||
bashrc: "if [ ! -f /tmp/autostart ]; then\n /opt/start.sh \n# ssh-add ~/.ssh/id_ed25519\nelse\n ddate;fi\n"
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7920acd3c0f383f9f8eccfe226353b7aab3f4329
|
||||
Subproject commit 06a76f8b2872519b57d9b4ea5c5d2fcc03bfbe52
|
|
@ -1 +1 @@
|
|||
Subproject commit eda12fa49e58dc4c52b929a2785728b9ec84cbe8
|
||||
Subproject commit 4f4390a43c3d77f209cf0419fb76225850427044
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ff0ce94ad90d5d2a11187267c32520127ba7082
|
||||
Subproject commit 2e8c7e94bd16298769a8219041d1cde64cd38b7f
|
Loading…
Reference in a new issue