12 lines
301 B
TOML
12 lines
301 B
TOML
|
import = ["/var/home/jpm/.dotfiles/alacritty/alacritty.toml", "/var/home/jpm/.dotfiles/alacritty/ubuntu.toml"]
|
||
|
|
||
|
[shell]
|
||
|
args = ["ephemeral", "-i", "ubuntu:22.04"]
|
||
|
program = "/usr/bin/distrobox"
|
||
|
|
||
|
[window]
|
||
|
title = "Alacritty - Ubuntu (Ephemeral)"
|
||
|
|
||
|
[window.class]
|
||
|
instance = "Alacritty-ubuntu-ephemeral"
|