Compare commits

...
2 Commits
2 changed files with 9 additions and 6 deletions
+3 -1
View File
@@ -122,7 +122,7 @@ define-command -override file-open-git %{
} }
define-command -override file-open-fossil %{ define-command -override file-open-fossil %{
prompt -menu -shell-script-candidates %{ fossil ls } 'File (git): ' %{ edit -- %val{text} } prompt -menu -shell-script-candidates %{ fossil ls } 'File (fossil): ' %{ edit -- %val{text} }
} }
define-command -override fossil-grep -params 1- %{ define-command -override fossil-grep -params 1- %{
@@ -319,6 +319,8 @@ bundle kak-harpoon 'https://codeberg.org/raiguard/kak-harpoon' %{
eval %sh{ kak-tree-sitter -dks --init $kak_session } eval %sh{ kak-tree-sitter -dks --init $kak_session }
map global -docstring 'Tree-sitter' user 't' ': enter-user-mode tree-sitter<ret>'
define-command -override tree-sitter-user-after-highlighter %{ define-command -override tree-sitter-user-after-highlighter %{
add-highlighter -override buffer/show-matching show-matching add-highlighter -override buffer/show-matching show-matching
} }
+6 -5
View File
@@ -30,7 +30,7 @@ unfocused_opacity=1.0
# Animation Configuration(support type:zoom,slide) # Animation Configuration(support type:zoom,slide)
# tag_animation_direction: 1-horizontal,0-vertical # tag_animation_direction: 1-horizontal,0-vertical
animations=1 animations=0
layer_animations=1 layer_animations=1
animation_type_open=slide animation_type_open=slide
animation_type_close=slide animation_type_close=slide
@@ -98,6 +98,7 @@ focus_cross_tag=0
enable_floating_snap=0 enable_floating_snap=0
snap_distance=30 snap_distance=30
cursor_size=24 cursor_size=24
cursor_theme=breeze_cursors
drag_tile_to_tile=1 drag_tile_to_tile=1
drag_tile_small=1 drag_tile_small=1
@@ -124,10 +125,10 @@ swipe_min_threshold=1
mouse_natural_scrolling=0 mouse_natural_scrolling=0
# Appearance # Appearance
gappih=5 gappih=2
gappiv=5 gappiv=2
gappoh=10 gappoh=0
gappov=10 gappov=0
scratchpad_width_ratio=0.8 scratchpad_width_ratio=0.8
scratchpad_height_ratio=0.9 scratchpad_height_ratio=0.9
borderpx=4 borderpx=4