change default terminal to kiity
This commit is contained in:
parent
932b45b477
commit
2323e1d822
4
.bashrc
4
.bashrc
@ -39,5 +39,9 @@ eval "$(starship init bash)"
|
|||||||
# PYWAL
|
# PYWAL
|
||||||
cat ~/.cache/wal/sequences
|
cat ~/.cache/wal/sequences
|
||||||
|
|
||||||
|
export VISUAL=nvim;
|
||||||
|
export EDITOR=nvim;
|
||||||
|
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
pfetch
|
pfetch
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
bind = $mainMod, RETURN, exec, alacritty
|
bind = $mainMod, RETURN, exec, kitty
|
||||||
bind = $mainMod, Q, killactive
|
bind = $mainMod, Q, killactive
|
||||||
bind = $mainMod, F, fullscreen
|
bind = $mainMod, F, fullscreen
|
||||||
bind = $mainMod, E, exec, ~/dotfiles/scripts/filemanager.sh
|
bind = $mainMod, E, exec, ~/dotfiles/scripts/filemanager.sh
|
||||||
|
@ -15,6 +15,7 @@ packagesPacman=(
|
|||||||
"pacman-contrib"
|
"pacman-contrib"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"alacritty"
|
"alacritty"
|
||||||
|
"kitty"
|
||||||
"rofi"
|
"rofi"
|
||||||
"firefox"
|
"firefox"
|
||||||
"firefox-i18n-de"
|
"firefox-i18n-de"
|
||||||
@ -77,6 +78,7 @@ fi
|
|||||||
_installSymLink .bashrc ~/.bashrc ~/dotfiles/.bashrc ~/.bashrc
|
_installSymLink .bashrc ~/.bashrc ~/dotfiles/.bashrc ~/.bashrc
|
||||||
|
|
||||||
_installSymLink alacritty ~/.config/alacritty ~/dotfiles/alacritty/ ~/.config
|
_installSymLink alacritty ~/.config/alacritty ~/dotfiles/alacritty/ ~/.config
|
||||||
|
_installSymLink kitty ~/.config/kitty ~/dotfiles/kitty/ ~/.config
|
||||||
_installSymLink ranger ~/.config/ranger ~/dotfiles/ranger/ ~/.config
|
_installSymLink ranger ~/.config/ranger ~/dotfiles/ranger/ ~/.config
|
||||||
_installSymLink nvim ~/.config/nvim ~/dotfiles/nvim/ ~/.config
|
_installSymLink nvim ~/.config/nvim ~/dotfiles/nvim/ ~/.config
|
||||||
_installSymLink starship ~/.config/starship.toml ~/dotfiles/starship/starship.toml ~/.config/starship.toml
|
_installSymLink starship ~/.config/starship.toml ~/dotfiles/starship/starship.toml ~/.config/starship.toml
|
||||||
|
6
kitty/kitty.conf
Normal file
6
kitty/kitty.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# vim:fileencoding=utf-8:ft=conf
|
||||||
|
|
||||||
|
font_family Fira Code Nerd Font
|
||||||
|
font_size 12.0
|
||||||
|
background_opacity 0.7
|
||||||
|
window_padding_width 15
|
@ -114,7 +114,7 @@ set preview_images true
|
|||||||
# Preview images in full color with the external command "ueberzug".
|
# Preview images in full color with the external command "ueberzug".
|
||||||
# Images are shown by using a child window.
|
# Images are shown by using a child window.
|
||||||
# Only for users who run X11 in GNU/Linux.
|
# Only for users who run X11 in GNU/Linux.
|
||||||
set preview_images_method w3m
|
set preview_images_method kitty
|
||||||
|
|
||||||
# Delay in seconds before displaying an image with the w3m method.
|
# Delay in seconds before displaying an image with the w3m method.
|
||||||
# Increase it in case of experiencing display corruption.
|
# Increase it in case of experiencing display corruption.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user