Skip to content

Commit

Permalink
Added support for labwc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Nov 27, 2024
1 parent e12808e commit 1d7abe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stage-dsf-gui/01-desktop/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ install -m 644 files/dwc.png "${ROOTFS_DIR}/usr/share/icons/dwc.png"

install -m 755 -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/$FIRST_USER_NAME/Desktop"
install -dm 755 -o 1000 -g 1000 "${ROOTFS_DIR}/home/$FIRST_USER_NAME/.config"
install -m 755 -o 1000 -g 1000 files/wayfire.ini "${ROOTFS_DIR}/home/$FIRST_USER_NAME/.config/wayfire.ini"
install -dm 755 -o 1000 -g 1000 "${ROOTFS_DIR}/home/$FIRST_USER_NAME/.config/labwc"
install -m 755 -o 1000 -g 1000 files/autostart "${ROOTFS_DIR}/home/$FIRST_USER_NAME/.config/labwc/autostart"
install -m 644 -o 1000 -g 1000 files/wayfire.ini "${ROOTFS_DIR}/home/$FIRST_USER_NAME/.config/wayfire.ini"
install -m 755 -o 1000 -g 1000 files/launch-dwc.desktop "${ROOTFS_DIR}/home/$FIRST_USER_NAME/Desktop/launch-dwc.desktop"
install -m 755 -o 1000 -g 1000 files/view-dcs-log.desktop "${ROOTFS_DIR}/home/$FIRST_USER_NAME/Desktop/view-dcs-log.desktop"

Expand Down
2 changes: 2 additions & 0 deletions stage-dsf-gui/01-desktop/files/autostart
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Start DWC on boot
launch-dwc &

0 comments on commit 1d7abe3

Please sign in to comment.