From 9430c59d5c414f2b6bfe3720f16911ef3a1facab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 29 Apr 2024 07:59:59 +0300 Subject: [PATCH] sway: map +Shift+Return to foot, so I have even less concerns about foot server --- conf/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/sway/config b/conf/sway/config index f3a3c1e8..b0ac4ed0 100644 --- a/conf/sway/config +++ b/conf/sway/config @@ -79,6 +79,9 @@ font pango:Comic Shanns Mono-Regular 10 # Start a terminal bindsym $mod+Return exec $term + # Start a foot (outside of server) + bindsym $mod+Shift+Return exec foot + # Kill focused window bindsym $mod+Shift+q kill