From 9fe4b2f2e120cbe95ae99cd277b3165c1e5bbe91 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 10 May 2021 00:04:09 +0800 Subject: [PATCH] sway: term: move to foot --- .config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 7b7ca31..f1a1640 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,5 +1,6 @@ exec fcitx-autostart exec mako +exec foot --server exec ~/.local/libexec/title-watch.sh exec sh -c 'wlchewing -e -d no -f "Noto Sans CJK TC 11" -b#303030 -s#80cbc4 -S#101a19 2>/tmp/wlchewing.log' output eDP-1 scale 3 @@ -28,7 +29,7 @@ font pango:Noto Sans Mono, Noto Sans Mono CJK TC 8 floating_modifier $mod # start a terminal -bindsym $mod+Return exec lxterminal +bindsym $mod+Return exec footclient # kill focused window bindsym $mod+Shift+q kill -- 2.45.2