From 34cbb6ea366c4f1d4f3cbecabde38381997551d7 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Sun, 21 Jan 2024 19:42:09 -0700 Subject: [PATCH] Swap toolbox with host terminal keys --- sway/bindings | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sway/bindings b/sway/bindings index d45393261..05e42c6a5 100644 --- a/sway/bindings +++ b/sway/bindings @@ -48,8 +48,8 @@ bindsym $mod+u exec ${HOME}/scripts/tofi/tofi-drun.sh # Add Shift: Alternative launcher for literal commands bindsym $mod+Shift+u exec ${HOME}/.local/bin/gmrun -# Middle: Host terminal (should be rarely used) -bindsym $mod+e exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/host.yml +# Middle: Fedora distrobox ('toolbox' is a legacy naming convention) +bindsym $mod+e exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/toolbox.yml # Add Shift: start a remote shell # TODO: bindsym $mod+Shift+e exec ${HOME}/scripts/wofi/wofi-ssh-menu.sh bindsym $mod+Shift+e exec ${HOME}/scripts/rofi/rofi-ssh-menu.sh @@ -71,8 +71,8 @@ bindsym $mod+Shift+a exec ${HOME}/scripts/send-to-kodi.sh # Index Stretch: Unassigned (Alpine?) # Add Shift: Unassigned -# Index: Fedora ('toolbox' is a legacy naming convention) -bindsym $mod+p exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/toolbox.yml +# Index: Host terminal (should be rarely used) +bindsym $mod+p exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/host.yml # Add Shift: Fedora Ephemeral bindsym $mod+Shift+p exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/toolbox-ephemeral.yml