From 6fc57467a25fb83599f0b8f815c7f74d918485f3 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 15 Mar 2021 22:23:42 +0800 Subject: [PATCH] sway: wlchewing: set dock=no --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index bbedc85..9e6cd3b 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 sh -c 'wlchewing -e 2>/tmp/wlchewing.log' +exec sh -c 'wlchewing -e -d no 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