dotfiles
1

Configure Feed

Select the types of activity you want to include in your feed.

Fix custom shortcut to use apostrophe name instead of char

Juan Nunez-Iglesias (Jul 3, 2026, 4:15 PM +0200) 50b2a46c 7868c2c1

+3 -2
+3 -2
cosmic/custom-shortcuts
··· 7 7 key: "semicolon", 8 8 description: Some("emoji picker"), 9 9 ): Spawn("pkill -f smile; sleep 0.2; flatpak run it.mijorus.smile"), 10 + ( 10 11 modifiers: [ 11 12 Ctrl, 12 13 Shift, 13 14 ], 14 - key: "'", 15 + key: "apostrophe", 15 16 description: Some("emoji picker"), 16 - ): Spawn("/home/jni/micromamba/envs/all/bin/rofimoji --action type-and-copy"), 17 + ): Spawn("/home/jni/micromamba/envs/all/bin/rofimoji --action type copy"), 17 18 ( 18 19 modifiers: [ 19 20 Super,