mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 12:37:46 +00:00
8 lines
323 B
Bash
8 lines
323 B
Bash
echo "Obsidian should be using Wayland IME for better compatibility with fcitx5 and other languages"
|
|
|
|
if [[ -f ~/.config/hypr/bindings.conf ]]; then
|
|
sed -i '/^bindd = SUPER, O, Obsidian, exec, uwsm app -- obsidian -disable-gpu/{
|
|
/--enable-wayland-ime/! s/$/ --enable-wayland-ime/
|
|
}' ~/.config/hypr/bindings.conf
|
|
fi
|