From 0215e5a88668547738fade261ab05d82e4d2f23c Mon Sep 17 00:00:00 2001 From: paoda Date: Sun, 18 Jan 2026 12:29:26 -0600 Subject: [PATCH] chore: use ibus --- .config/environment.d/fcitx5.conf | 3 --- .config/environment.d/ibus.conf | 3 +++ .config/zellij/config.kdl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .config/environment.d/fcitx5.conf create mode 100644 .config/environment.d/ibus.conf diff --git a/.config/environment.d/fcitx5.conf b/.config/environment.d/fcitx5.conf deleted file mode 100644 index a3ad8d8..0000000 --- a/.config/environment.d/fcitx5.conf +++ /dev/null @@ -1,3 +0,0 @@ -GTK_IM_MODULE = fcitx -QT_IM_MODULE = fcitx -XMODIFIERS = "@im=fcitx" \ No newline at end of file diff --git a/.config/environment.d/ibus.conf b/.config/environment.d/ibus.conf new file mode 100644 index 0000000..1988489 --- /dev/null +++ b/.config/environment.d/ibus.conf @@ -0,0 +1,3 @@ +GTK_IM_MODULE=ibus +QT_IM_MODULE=ibus +XMODIFIERS=@im=ibus diff --git a/.config/zellij/config.kdl b/.config/zellij/config.kdl index 017e340..14e62e4 100644 --- a/.config/zellij/config.kdl +++ b/.config/zellij/config.kdl @@ -273,7 +273,7 @@ load_plugins { // - true (default) // - false // -// pane_frames true +pane_frames false // Toggle between having Zellij lay out panes according to a predefined set of layouts whenever possible // Options: @@ -328,7 +328,7 @@ load_plugins { // Choose the theme that is specified in the themes section. // Default: default // -// theme "default" + theme "onedark" // The name of the default layout to load on startup // Default: "default"