Skip to content

Commit

Permalink
🐛 Add DO_NOT_AUTO_START again
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Aug 4, 2024
1 parent 4f7d5b4 commit 30e3735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/ime/backends/ibus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ local proxy = p.Proxy:new(
bus = p.Bus.SESSION,
name = "org.freedesktop.IBus",
interface = "org.freedesktop.IBus",
path = proxy0:CurrentInputContext()
path = proxy0:CurrentInputContext(),
flags = lgi.Gio.DBusProxyFlags.DO_NOT_AUTO_START
}
)
local M = {
Expand Down

0 comments on commit 30e3735

Please sign in to comment.