Breakup the omnibus config install

This commit is contained in:
David Heinemeier Hansson
2025-08-23 22:31:42 +02:00
parent e59a98fb0b
commit 76c94e2604
9 changed files with 54 additions and 45 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Set default XCompose that is triggered with CapsLock
tee ~/.XCompose >/dev/null <<EOF
include "%H/.local/share/omarchy/default/xcompose"
# Identification
<Multi_key> <space> <n> : "$OMARCHY_USER_NAME"
<Multi_key> <space> <e> : "$OMARCHY_USER_EMAIL"
EOF