From 9169597a7dcef8046f415b77e0e6cbad696ff5a2 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 5 Feb 2020 16:08:14 -0700 Subject: Add ability to fuzzy find and jump to a window based on a prompt --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 11d9eab..e3c1cc1 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -25,7 +25,7 @@ main = do config <- applyKeys $ def - { terminal = "st" + { terminal = "sakura" , modMask = mod4Mask , borderWidth = 0 , keys = \config -> mempty -- cgit