Skip to content

Commit 5d2fd05

Browse files
committed
Enable agx-user-pre-startup.sh
1 parent 52d57ca commit 5d2fd05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

startup/agx-user-startup-enabler.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ 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-
# 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"
15+
ln -sf "${SCRIPT_DIR}/agx-user-pre-startup.sh" "${PLASMA_WORKSPACE_DIR}/env/agx-user-pre-startup.sh"
1716

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

0 commit comments

Comments
 (0)