Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration.
This installs and sets up Alacritty as the default terminal.
Important
This guide assumes that you are using the KDE Plasma desktop environment.
-
Install
alacritty
,tmux
, andwmctrl
usingyay
. -
Set Alacritty as the default Terminal emulator.
-
Set a custom shortcut to launch Alacritty:
[!IMPORTANT]
This step may not work or be applicable if you are usingWayland
instead ofX11
as your graphics platform.-
Open the System Settings app.
-
Click Shortcuts.
-
Click Custom Shortcuts.
-
Right click an empty space and click New > Global Shortcut > Command/URL.
-
Name the shortcut (i.e. Run alacritty).
-
Click Trigger and add a Shortcut (i.e. Ctrl + Alt + T).
-
Under Action, add the Command:
wmctrl -x -a "alacritty" || alacritty -e tmux
This will launch Alacritty if it's not running, or switch to it if it is.
-