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"