From a4aa6fe892694428550627cd0cd7a57b079d1394 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 15 Apr 2022 16:47:17 +0530 Subject: [PATCH] sway: Add key mapping for alacritty --- sway/.config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 8b38725..77cf628 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -10,6 +10,7 @@ set $prev bracketleft set $next bracketright # Your preferred terminal emulator set $term foot +set $alt_term alacritty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -89,6 +90,7 @@ input "type:keyboard" { # # Start a terminal bindsym $mod+Return exec $term + bindsym $mod+f exec $alt_term # Kill focused window bindsym $mod+Shift+q kill @@ -182,7 +184,7 @@ input "type:keyboard" { bindsym $mod+e layout toggle split # Make the current focus fullscreen - bindsym $mod+f fullscreen + bindsym $mod+Shift+f fullscreen # Toggle the current focus between tiling and floating mode bindsym $mod+Shift+space floating toggle