From bb14371e9274a4943d103751a571c8d9e18c3475 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 28 Nov 2023 09:53:50 +0100 Subject: [PATCH] feat(sway): use foot instead of footclient by default --- dots/.config/sway/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dots/.config/sway/config b/dots/.config/sway/config index 957e059..9972466 100644 --- a/dots/.config/sway/config +++ b/dots/.config/sway/config @@ -5,7 +5,7 @@ set $down j set $up k set $right l -set $term footclient +set $term foot set $browser firefox set $lock swaylock set $rofi_cmd rofi -terminal '$term' @@ -22,7 +22,6 @@ seat * hide_cursor when-typing enable floating_modifier $mod normal bindsym $mod+Return exec $term - bindsym $mod+Alt+Return exec foot # fallback terminal bindsym $mod+i exec $browser bindsym $mod+Shift+y exec $lock bindsym $mod+d exec $menu