1
0
Fork 0

kitty modifications + ssh alias

This commit is contained in:
Luca Bilke 2022-07-04 23:30:22 +02:00
parent 2d94ac4ece
commit 41164bfb98
3 changed files with 5 additions and 3 deletions

View File

@ -46,7 +46,7 @@ tab_bar_margin_width 0.0
tab_bar_margin_height 0.0 0.0
tab_bar_style powerline
tab_bar_align left
tab_bar_min_tabs 1
tab_bar_min_tabs 2
tab_switch_strategy previous
tab_powerline_style slanted
tab_activity_symbol ""
@ -102,6 +102,7 @@ listen_on none
#: OS specific tweaks {{{
linux_display_server x11
confirm_os_window_close 0
#: }}}
#: Keyboard shortcuts {{{

View File

@ -50,4 +50,5 @@ alias \
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \
remvirt="virt-manager -c 'qemu+ssh://luca@192.168.178.200/system'" \
vim="lvim"
vim="lvim" \
ssh="kitty +kitten ssh myserver"

View File

@ -13,7 +13,7 @@ unsetopt PROMPT_SP
# Default programs:
export EDITOR="lvim"
export TERMINAL="st"
export BROWSER="firefox"
export BROWSER="librewolf"
# ~/ Clean-up:
export XDG_CONFIG_HOME="$HOME/.config"