diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-10-30 15:49:36 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-10-30 15:49:36 +0300 |
commit | 54f65586e1e67106b18ffeadf5894542117a2e0c (patch) | |
tree | 8649f083e997c010d3512898a75ec3026d1a2c66 /dotfiles/.config/sway/config | |
parent | 34c636933344e59526388fe15e3fb2ec19c63ddf (diff) | |
download | swayrice-54f65586e1e67106b18ffeadf5894542117a2e0c.tar.gz swayrice-54f65586e1e67106b18ffeadf5894542117a2e0c.zip |
fcitx5 as IME
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
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" |