From 64b37fe55e11cbd4afeaddc56994a252a33cca20 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 17 Nov 2022 22:03:43 +0000 Subject: [PATCH] Change hard-coded terminal variable from Alacritty to alacritty environmental variable. --- sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sway/config b/sway/config index 4d8d324..7c323e0 100644 --- a/sway/config +++ b/sway/config @@ -1,4 +1,4 @@ -# Sway Configuration File +# Sway - Configuration # Copyright 2022 Inference # License: BSD 3-Clause Clear @@ -15,11 +15,11 @@ bindsym $mod+Shift+c reload # Restart Sway. bindsym $mod+Shift+r restart -# Exit Sway (log out of Wayland session). +# Exit Sway (exit Wayland session). bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit Sway?' -b 'Yes' 'swaymsg exit' # Start terminal. -bindsym $mod+Return exec alacritty +bindsym $mod+Return exec $TERM # Kill focused window. bindsym $mod+Shift+q kill