From 54f65586e1e67106b18ffeadf5894542117a2e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 30 Oct 2023 15:49:36 +0300 Subject: fcitx5 as IME --- dotfiles/.config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dotfiles/.config/sway/config') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 90d7c65..9e417db 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -81,6 +81,8 @@ exec mako exec_always setsessionenv # xdg-desktop-portal screen sharing crap exec dbus-update-activation-environment DISPLAY I3SOCK SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway +# IME (env var "unset" so that it will shut up about Wayland support) +exec GTK_IM_MODULE= fcitx5 -d # Workspace names # to display names or symbols instead of plain workspace numbers you can use @@ -180,7 +182,7 @@ bindsym --to-code { $mod+q kill # rofi launcher - $mod+d exec rofi -show drun -sidebar-mode -modi "drun,run,file-browser-extended,ssh,combi" + $mod+d exec rofi -show drun -sidebar-mode -modi "drun,run,filebrowser,ssh,combi" # Mako (notifications) $mod+Ctrl+space exec "makoctl dismiss" -- cgit v1.2.3