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