chore: use ibus

This commit is contained in:
2026-01-18 12:29:26 -06:00
parent 45863d88ba
commit 0215e5a886
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
GTK_IM_MODULE = fcitx
QT_IM_MODULE = fcitx
XMODIFIERS = "@im=fcitx"

View File

@@ -0,0 +1,3 @@
GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus

View File

@@ -273,7 +273,7 @@ load_plugins {
// - true (default) // - true (default)
// - false // - false
// //
// pane_frames true pane_frames false
// Toggle between having Zellij lay out panes according to a predefined set of layouts whenever possible // Toggle between having Zellij lay out panes according to a predefined set of layouts whenever possible
// Options: // Options:
@@ -328,7 +328,7 @@ load_plugins {
// Choose the theme that is specified in the themes section. // Choose the theme that is specified in the themes section.
// Default: default // Default: default
// //
// theme "default" theme "onedark"
// The name of the default layout to load on startup // The name of the default layout to load on startup
// Default: "default" // Default: "default"