mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
kitty: set shell, remove duplications
This commit is contained in:
parent
bb056e75e7
commit
0bf18f2064
1 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
sync_to_monitor yes
|
|
||||||
hide_window_decorations yes
|
hide_window_decorations yes
|
||||||
allow_remote_control yes
|
|
||||||
|
|
||||||
include colo_tokyonight_night.conf
|
include colo_tokyonight_night.conf
|
||||||
|
|
||||||
## remote control
|
## some non terminal things
|
||||||
|
shell fish
|
||||||
|
|
||||||
|
## Remote control
|
||||||
allow_remote_control socket-only
|
allow_remote_control socket-only
|
||||||
listen_on unix:/tmp/kitty
|
listen_on unix:/tmp/kitty
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ cursor_underline_thickness 1.3
|
||||||
cursor_blink_interval 0
|
cursor_blink_interval 0
|
||||||
|
|
||||||
## Mouse
|
## Mouse
|
||||||
mouse_hide_wait 1.0
|
mouse_hide_wait .5
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
## Mappings
|
## Mappings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue