Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AgenttiX/linux-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Nov 2, 2024
2 parents fc2cc18 + cc77228 commit a069298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion startup/agx-user-startup-enabler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ PLASMA_WORKSPACE_DIR="${HOME}/.config/plasma-workspace"
if [ -d "${PLASMA_WORKSPACE_DIR}" ]; then
echo "Installing the agx-user-pre-startup script."
mkdir -p "${PLASMA_WORKSPACE_DIR}/env"
ln -sf "${SCRIPT_DIR}/agx-user-pre-startup.sh" "${PLASMA_WORKSPACE_DIR}/env/agx-user-pre-startup.sh"
# This is no longer needed, as it didn't work on Wayland
# ln -sf "${SCRIPT_DIR}/agx-user-pre-startup.sh" "${PLASMA_WORKSPACE_DIR}/env/agx-user-pre-startup.sh"

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

0 comments on commit a069298

Please sign in to comment.