Skip to content

Commit

Permalink
Merge pull request #350 from q234rty/patch-1
Browse files Browse the repository at this point in the history
Enable text-input-v1 support for Wayland IME under KWin/Weston/Hyprland
  • Loading branch information
SISheogorath committed Mar 14, 2023
2 parents 40ff7a3 + 3a3c6c0 commit 2bb7529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

if [[ $XDG_SESSION_TYPE == "wayland" && -e "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]]
then
FLAGS="$FLAGS --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer"
FLAGS="$FLAGS --enable-wayland-ime --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer"
if [ -c /dev/nvidia0 ]
then
FLAGS="$FLAGS --disable-gpu-sandbox"
Expand Down

0 comments on commit 2bb7529

Please sign in to comment.