Auto-start xclock
This commit is contained in:
parent
866c85f29a
commit
0769c7187e
2 changed files with 17 additions and 0 deletions
13
roles/home-gui/files/xclock.desktop
Executable file
13
roles/home-gui/files/xclock.desktop
Executable file
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=XClock
|
||||
GenericName=Clock
|
||||
Comment=On-screen analogue clock
|
||||
Exec=xclock -geometry 300x300-0-0
|
||||
Icon=clock
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
StartupNotify=false
|
||||
Hidden=false
|
||||
X-GNOME-Autostart-enabled=true
|
|
@ -23,3 +23,7 @@
|
|||
copy:
|
||||
src: remmina-applet.desktop
|
||||
dest: "{{ ansible_env.HOME }}/.config/autostart/remmina-applet.desktop"
|
||||
- name: Auto-start XClock
|
||||
copy:
|
||||
src: xclock.desktop
|
||||
dest: "{{ ansible_env.HOME }}/.config/autostart/xclock.desktop"
|
||||
|
|
Loading…
Reference in a new issue