Skip to content

Instantly share code, notes, and snippets.

@edr3x
Last active November 22, 2022 08:23
Show Gist options
  • Save edr3x/bfc6d0583fe88fefb2a57148b355e795 to your computer and use it in GitHub Desktop.
Save edr3x/bfc6d0583fe88fefb2a57148b355e795 to your computer and use it in GitHub Desktop.

Changing Default Terminal to Alacritty in XFCE4

First install dpkg from your package manager

go to directory

cd /usr/local/bin

Run the command

sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/alacritty 50
  • If that didn't work
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/local/bin/alacritty 50

To change again or see the changes

sudo update-alternatives --config x-terminal-emulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment