mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 10:22:02 -05:00
Wait 2 seconds before starting Wayfire
This commit is contained in:
parent
e3556d363d
commit
53485eef00
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
sleep 2 # Mitigate lightdm bug that causes Wayfire not to start up correctly immediately
|
||||||
exec wayfire --config ${CMAKE_INSTALL_FULL_DATADIR}/thedesk/startdesk/wayfire-thedesk-config.conf
|
exec wayfire --config ${CMAKE_INSTALL_FULL_DATADIR}/thedesk/startdesk/wayfire-thedesk-config.conf
|
||||||
|
|
Loading…
Reference in a new issue