Skip to content

Commit cc77228

Browse files
committed
Disable the pre-startup script from the enabler
1 parent a7dad30 commit cc77228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

startup/agx-user-startup-enabler.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ PLASMA_WORKSPACE_DIR="${HOME}/.config/plasma-workspace"
1212
if [ -d "${PLASMA_WORKSPACE_DIR}" ]; then
1313
echo "Installing the agx-user-pre-startup script."
1414
mkdir -p "${PLASMA_WORKSPACE_DIR}/env"
15-
ln -sf "${SCRIPT_DIR}/agx-user-pre-startup.sh" "${PLASMA_WORKSPACE_DIR}/env/agx-user-pre-startup.sh"
15+
# This is no longer needed, as it didn't work on Wayland
16+
# ln -sf "${SCRIPT_DIR}/agx-user-pre-startup.sh" "${PLASMA_WORKSPACE_DIR}/env/agx-user-pre-startup.sh"
1617

1718
echo "Installing the agx-user-shutdown script."
1819
mkdir -p "${PLASMA_WORKSPACE_DIR}/shutdown"

0 commit comments

Comments
 (0)