Kitty is the terminal emulator of choice for this setup. It is GPU-accelerated, supports ligatures, and offers a flexible tab and window split system without requiring a multiplexer like tmux. The configuration applies a Tokyo Night color scheme, a slightly transparent dark background, and a suite of keyboard shortcuts for managing tabs and splits efficiently.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/matiasOliva64/dotfiles-Hyprland-fedora/llms.txt
Use this file to discover all available pages before exploring further.
Appearance
0.97) so Hyprland’s background blur blends through subtly without making text hard to read. The base background color #0f1117 is a step darker than the Tokyo Night default, giving deeper contrast. The block cursor blinks every 0.5 seconds. A padding of 10 pixels on all sides keeps content away from the window edges, and 5000 lines of scrollback are retained in memory.
Font
bold, italic, and bold_italic variants are resolved automatically from the font family. Ligatures are always enabled, which renders programming constructs like ->, =>, !=, and >= as single connected glyphs.
You need to have the JetBrainsMono Nerd Font installed. On Fedora you can install it with
sudo dnf install jetbrains-mono-fonts-all or download it from nerdfonts.com.Tabs
powerline style with angled separators, which gives it a visual shape consistent with shell prompts that also use powerline glyphs. The active tab background (#7aa2f7) is the Tokyo Night blue; inactive tabs use the deep night background (#1a1b26).
Keyboard shortcuts
| Shortcut | Action |
|---|---|
Ctrl + Shift + T | Open new tab |
Ctrl + Shift + W | Close current tab |
Ctrl + Shift + Right | Switch to next tab |
Ctrl + Shift + Left | Switch to previous tab |
Ctrl + Shift + Enter | Open new window in current tab |
Ctrl + Shift + H | Split current window horizontally |
Ctrl + Shift + J | Split current window vertically |
Ctrl + Shift + H | Focus window to the left |
Ctrl + Shift + J | Focus window below |
Ctrl + Shift + K | Focus window above |
Ctrl + Shift + L | Focus window to the right |
copy_on_select yes option is also set, meaning any text you highlight with the mouse is automatically copied to the clipboard.
Color theme (Tokyo Night)
The full 16-color palette is set directly inkitty.conf rather than sourcing a separate theme file.
#c0caf5) is the standard Tokyo Night foreground. Selected text is highlighted with a dark navy (#33467c). Normal and bright variants of red, green, yellow, blue, magenta, and cyan share the same hue so the palette is consistent regardless of whether an application requests bold or bright ANSI codes.