Skip to content

Commit

Permalink
Hooks: Add hook to expose Endless Key launchers in app grid
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Nov 19, 2024
1 parent ff6c562 commit 639ccff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hooks/image/54-ek-launchers
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Expose Endless Key launchers in the app grid (once a specific content pack has been downloaded)

cat <<- 'EOF' > "${OSTREE_DEPLOYMENT}/etc/systemd/user-environment-generators/62-endless-key.sh"
#!/bin/bash

XDG_DATA_DIRS="/var/lib/endless-key/data/content/xdg/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
echo "XDG_DATA_DIRS=$XDG_DATA_DIRS"
EOF

0 comments on commit 639ccff

Please sign in to comment.