super_apply() {
    pacman -S --needed --noconfirm alacritty
}

super_undo() {
    pacman -R --noconfirm alacritty
}