From 8542bfdbfc2f0f7d59deb8566001c3c30c4a2485 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 1 Oct 2019 14:13:12 +1000 Subject: [PATCH] Set termonad as the default terminal --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 2873a6f..5fa33a6 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,7 +14,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term urxvt +set $term termonad # Your preferred application launcher # Note: it's recommended that you pass the final command to sway set $menu dmenu_path | dmenu | xargs swaymsg exec