Added autostart for xf86ungrab

This commit is contained in:
2026-06-09 15:35:58 -04:00
parent 4d325c8a44
commit 8560eff3ac
5 changed files with 27 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ def install(src, dst):
install("bash/dot-bashrc", "~/.bashrc")
install("bash/dot-profile", "~/.profile")
install("autostart/setxkbmap-grab-break-actions.desktop", "~/.config/autostart/setxkbmap-grab-break-actions.desktop")
install("autostart/xscreensaver.desktop", "~/.config/autostart/xscreensaver.desktop")
install("claude/CLAUDE.md", "~/.claude/CLAUDE.md")
install("claude/settings.json", "~/.claude/settings.json")
install("claude/integration-memory", "~/.claude/projects/-home-jyelon-integration/memory")