(Shell)~alacritty->kitty
Nicer terminal in my opinion with extra features and quite fast as well.
This commit is contained in:
@@ -9,8 +9,8 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
|
|||||||
# Standard Variables
|
# Standard Variables
|
||||||
export EDITOR='emacsclient -a "emacs" -c'
|
export EDITOR='emacsclient -a "emacs" -c'
|
||||||
export EA_EDITOR=$EDITOR
|
export EA_EDITOR=$EDITOR
|
||||||
export TERMINAL="alacritty"
|
|
||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
|
export TERMINAL="kitty"
|
||||||
export WEBKIT_FORCE_SANDBOX=0
|
export WEBKIT_FORCE_SANDBOX=0
|
||||||
export PF_INFO="ascii title os memory uptime editor wm shell"
|
export PF_INFO="ascii title os memory uptime editor wm shell"
|
||||||
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl/:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
|
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl/:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
font_family Hack
|
font_family Hack
|
||||||
font_size 15
|
font_size 15
|
||||||
background_opacity 0.8
|
background_opacity 1
|
||||||
cursor #08d129
|
cursor #08d129
|
||||||
cursor_shape beam
|
cursor_shape beam
|
||||||
cursor_beam_thickness 3
|
cursor_beam_thickness 3
|
||||||
|
|||||||
Reference in New Issue
Block a user