Skip to content

FAQ_Terminal

Hyprland Dots Wiki edited this page Mar 2, 2026 · 13 revisions

Terminal (Kitty) and Oh My Zsh

Oh My Zsh theme

To change the theme, select a theme from the Oh My Zsh wiki.
Apply it using SUPER + SHIFT + O, select the theme, and restart your terminal.

Show both pokemon-colorscripts and fastfetch

Edit ~/.zshrc:

  • Uncomment the fastfetch line.
  • Do NOT comment the pokemon line if you want to see both on terminal startup.

Customizing fastfetch

Refer to the fastfetch documentation.
The configuration file is located at ~/.config/fastfetch.

Changing Kitty to another terminal

  1. Implement the changes shown in this commit.
  2. Change the default $term value in ~/.config/hypr/UserConfigs/01-UserDefaults.conf.
  3. Refresh Waybar and Hyprland with SUPER + ALT + R.

Animated cursor on Kitty

To disable the animated cursor trail, edit ~/.config/kitty/kitty.conf and comment out or remove the line cursor_trails 1.

Kitty terminal themes

  1. Use SUPER + SHIFT + E and select Kitty Terminal Theme.
  2. Press Enter to preview and CTRL + S to apply the selected theme.

Clone this wiki locally