Swap toolbox with host terminal keys

This commit is contained in:
John Mertz 2024-01-21 19:42:09 -07:00
parent 4bb18ad7a9
commit 34cbb6ea36
1 changed files with 4 additions and 4 deletions

View File

@ -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