From d39815ba31489396bbb9040d2278eeb60be1ac73 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 29 Sep 2020 19:32:26 +0800 Subject: [PATCH] sway: use wlchewing --- .bashrc | 2 +- .config/sway/config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 83cb749..81bede9 100644 --- a/.bashrc +++ b/.bashrc @@ -105,7 +105,7 @@ export QT_QPA_PLATFORM=wayland-egl export MESA_LOADER_DRIVER_OVERRIDE=iris export SDL_VIDEODRIVER=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 -export GTK_IM_MODULE=fcitx +export GTK_IM_MODULE=wayland export QT_IM_MODULE=fcitx # shell level prompt diff --git a/.config/sway/config b/.config/sway/config index b249894..8c99c66 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,6 +1,7 @@ exec fcitx-autostart exec mako exec ~/.local/libexec/title-watch.sh +exec wlchewing output eDP-1 scale 3 #for_window [title="."] title_format "%title %app_id %class %instance %shell" for_window [title="."] title_format "%title " -- 2.45.2