add content
This commit is contained in:
parent
94df7c8562
commit
cc9afc5ffe
140 changed files with 10414 additions and 1 deletions
1
data/home/.config/kitty/deno-session
Normal file
1
data/home/.config/kitty/deno-session
Normal file
|
@ -0,0 +1 @@
|
|||
launch deno repl
|
1
data/home/.config/kitty/kitty-themes
Submodule
1
data/home/.config/kitty/kitty-themes
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit fca3335489bdbab4cce150cb440d3559ff5400e2
|
25
data/home/.config/kitty/kitty.conf
Normal file
25
data/home/.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,25 @@
|
|||
include ./theme.conf
|
||||
|
||||
font_family FiraCode Nerd Font
|
||||
scrollback_pager_history_size 1000000
|
||||
scrollback_lines 1000000
|
||||
|
||||
hide_window_decorations yes
|
||||
cursor_shape beam
|
||||
|
||||
allow_remote_control yes
|
||||
listen_on unix:/tmp/kitty
|
||||
|
||||
|
||||
clear_all_mouse_actions yes
|
||||
mouse_map left click ungrabbed mouse_handle_click selection link
|
||||
mouse_map left press ungrabbed mouse_selection normal
|
||||
mouse_map left doublepress ungrabbed mouse_selection word
|
||||
mouse_map left triplepress ungrabbed mouse_selection line
|
||||
mouse_map ctrl+alt+left triplepress ungrabbed mouse_selection line_from_point
|
||||
|
||||
# map ctrl+shift+c copy_to_clipboard
|
||||
# map ctrl+shift+v paste
|
||||
clipboard_command xclip -selection clipboard %s
|
||||
|
||||
# background_opacity 0.7
|
1
data/home/.config/kitty/theme.conf
Symbolic link
1
data/home/.config/kitty/theme.conf
Symbolic link
|
@ -0,0 +1 @@
|
|||
kitty-themes/themes/Afterglow.conf
|
Loading…
Add table
Add a link
Reference in a new issue