From 725e64264785d510b184ce2e285d506fba25d875 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 20 Jan 2021 09:28:58 +0200 Subject: [PATCH] sway/config: Use foot as default terminal --- sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sway/config b/sway/config index d091015..55afd1f 100644 --- a/sway/config +++ b/sway/config @@ -14,7 +14,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term alacritty +set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -29,6 +29,7 @@ font pango:Source Sans Pro Semi-Bold 10 assign [app_id="firefox"] 1 assign [app_id="Alacritty"] 2 +assign [app_id="foot"] 2 assign [app_id="geary"] 3 assign [app_id="thunderbird"] 3 for_window [app_id="gnome-calculator"] floating enable