trying out the kitty terminal.

This commit is contained in:
Gabe Venberg 2023-10-20 16:02:36 -05:00
parent 6b02097a0f
commit 48cd968cd6
3 changed files with 2382 additions and 5 deletions

View file

@ -7,13 +7,13 @@ This does not list the package manager dependencies of the programs the dotfiles
GNU stow is used to manage individual dotfiles 'packages'. GNU stow is used to manage individual dotfiles 'packages'.
### Aalacritty ### Aalacritty
setup to use Hack Nerd Font (`ttf-hack-nerd`) for an icon-rich font, needed for the full nvim and for yazi setup to use Hack Nerd Font (`ttf-hack-nerd`) for an icon-rich font, needed for the full nvim and for yazi. Can easily be changed to any other nerd-font patched font.
### Kitty ### Kitty
you dont need Hack Nerd Font, normal `ttf-hack` combined with `ttf-nerd-fonts-symbols` will do. you dont need a patched Nerd Font, normal `ttf-cascadia-code` combined with `ttf-nerd-fonts-symbols` will do. Can also change what font is used easily, but always needs the nerd-font symbols.
### Yazi ### Yazi
Will need https://github.com/jstkdng/ueberzugpp installed if using on alacritty, availible in AUR Will need https://github.com/jstkdng/ueberzugpp installed if using on alacritty, availible in AUR (only needed for image previews)
### Latexmk ### Latexmk
Uses zathura as a pdf previewer. Uses zathura as a pdf previewer.
@ -24,7 +24,7 @@ Setup to output audio through pipewire
### I3wm ### I3wm
These are all the programs that i3 calls somewhere in its config, whether that be keybinds, startup applications, etc. These are all the programs that i3 calls somewhere in its config, whether that be keybinds, startup applications, etc.
* alacritty * alacritty or kitty (currently uses kitty, just comment out one line or the other in the i3 conf to switch)
* cool retro term * cool retro term
* i3-lock * i3-lock
* brightnessctl * brightnessctl

View file

@ -34,7 +34,8 @@ font pango:DejaVu Sans Mono 8
floating_modifier $mod floating_modifier $mod
# start a terminal # start a terminal
bindsym $mod+Return exec --no-startup-id alacritty # bindsym $mod+Return exec --no-startup-id alacritty
bindsym $mod+Return exec --no-startup-id kitty
bindsym $mod+Shift+Return exec cool-retro-term bindsym $mod+Shift+Return exec cool-retro-term
# kill focused window # kill focused window

File diff suppressed because it is too large Load diff