toolbox -> fedora
This commit is contained in:
parent
41ad18f37f
commit
f439d64f5e
|
@ -1,15 +1,15 @@
|
|||
import = ["/var/home/jpm/.dotfiles/alacritty/alacritty.toml", "/var/home/jpm/.dotfiles/alacritty/toolbox.toml"]
|
||||
import = ["/var/home/jpm/.dotfiles/alacritty/alacritty.toml", "/var/home/jpm/.dotfiles/alacritty/fedora.toml"]
|
||||
|
||||
[env]
|
||||
TERM_TITLE = "Alacritty (Fedora Ephemeral)"
|
||||
|
||||
[shell]
|
||||
args = ["ephemeral", "-i", "fedora:37"]
|
||||
args = ["ephemeral", "-i", "fedora:39"]
|
||||
program = "/usr/bin/distrobox"
|
||||
|
||||
[window]
|
||||
title = "Alacritty - Fedora (Ephemeral)"
|
||||
|
||||
[window.class]
|
||||
general = "Alacritty-toolbox-ephemeral"
|
||||
instance = "Alacritty-toolbox-ephemeral"
|
||||
general = "Alacritty-fedora-ephemeral"
|
||||
instance = "Alacritty-fedora-ephemeral"
|
|
@ -47,12 +47,12 @@ family = "Anonymice Nerd Font"
|
|||
style = "Regular"
|
||||
|
||||
[shell]
|
||||
args = ["enter", "toolbox"]
|
||||
args = ["enter", "fedora"]
|
||||
program = "/usr/bin/distrobox"
|
||||
|
||||
[window]
|
||||
title = "Alacritty - Fedora (Distrobox)"
|
||||
|
||||
[window.class]
|
||||
general = "Alacritty-toolbox"
|
||||
instance = "Alacritty-toolbox"
|
||||
general = "Alacritty-fedora"
|
||||
instance = "Alacritty-fedora"
|
|
@ -1,4 +1,2 @@
|
|||
# vim: ft=sh
|
||||
|
||||
# Already in a toolbox
|
||||
alias toolbox="echo You are already in a toolbox"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# vim: ft=sh
|
||||
|
||||
# Script to restore toolbox after it was replaced with distrobox and removed the default 'toolbox' name
|
||||
alias toolbox="$HOME/scripts/toolbox.sh"
|
||||
alias butane='podman run --rm --interactive \
|
||||
--security-opt label=disable \
|
||||
--volume ${PWD}:/pwd --workdir /pwd \
|
||||
|
|
|
@ -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: Fedora distrobox ('toolbox' is a legacy naming convention)
|
||||
bindsym $mod+e exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/toolbox.toml
|
||||
# Middle: Fedora distrobox
|
||||
bindsym $mod+e exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/fedora.toml
|
||||
# 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
|
||||
|
@ -74,7 +74,7 @@ bindsym $mod+Shift+a exec ${HOME}/scripts/send-to-kodi.sh
|
|||
# Index: Host terminal (should be rarely used)
|
||||
bindsym $mod+p exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/host.toml
|
||||
# Add Shift: Fedora Ephemeral
|
||||
bindsym $mod+Shift+p exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/toolbox-ephemeral.toml
|
||||
bindsym $mod+Shift+p exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/fedora-ephemeral.toml
|
||||
|
||||
# Middle: Debian (Testing)
|
||||
bindsym $mod+period exec /usr/bin/alacritty --config-file ${HOME}/.dotfiles/alacritty/debian.toml
|
||||
|
|
Loading…
Reference in New Issue