From 747ef7e3da7be043e78d966817067c028f364acb Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 20 Oct 2020 10:50:45 +0800 Subject: [PATCH] sway: log wlchewing --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 8c99c66..51207c2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,7 +1,7 @@ exec fcitx-autostart exec mako exec ~/.local/libexec/title-watch.sh -exec wlchewing +exec sh -c 'wlchewing 2>/tmp/wlchewing.log' 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