kitty open-actions

This commit is contained in:
2026-06-20 17:03:19 +02:00
parent 003871b089
commit f935c01e35
6 changed files with 38 additions and 19 deletions
@@ -0,0 +1,2 @@
protocol file
action launch --type=overlay xdg-open $FILE_PATH
+16 -8
View File
@@ -1,17 +1,25 @@
[Settings]
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-icon-theme-name=Papirus
gtk-font-name=Sarasa UI SC 10
gtk-application-prefer-dark-theme=true
gtk-button-images=true
gtk-cursor-blink=true
gtk-cursor-blink-time=1000
gtk-cursor-theme-name=Bibata-Modern-Ice
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-font-name=Sarasa UI SC, 10
gtk-icon-theme-name=Papirus
gtk-menu-images=true
gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=3
gtk-xft-antialias=1
gtk-xft-dpi=122880
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
+11 -4
View File
@@ -1,7 +1,14 @@
[Settings]
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-icon-theme-name=Papirus
gtk-font-name=Sarasa UI SC 10
gtk-application-prefer-dark-theme=true
gtk-cursor-blink=true
gtk-cursor-blink-time=1000
gtk-cursor-theme-name=Bibata-Modern-Ice
gtk-cursor-theme-size=24
gtk-application-prefer-dark-theme=1
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-font-name=Sarasa UI SC, 10
gtk-icon-theme-name=Papirus
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-xft-dpi=122880
+6 -5
View File
@@ -83,13 +83,14 @@ fi
# ls
if (( $+commands[eza] )); then
alias ll="eza -lh --group-directories-first --icons=auto"
alias la="eza -lh --group-directories-first --icons=auto --all"
alias ls="eza --color=auto --hyperlink"
alias ll="eza -lh --group-directories-first --icons=auto --hyperlink"
alias la="eza -lh --group-directories-first --icons=auto --hyperlink --all"
alias lt="eza --tree --level=2 --long --icons --git"
else
alias ls="ls --color=auto"
alias ll="ls -lh --group-directories-first --color=auto"
alias la="ls -lah --group-directories-first --color=auto"
alias ls="ls --color=auto --hyperlinko"
alias ll="ls -lh --group-directories-first --color=auto --hyperlink"
alias la="ls -lah --group-directories-first --color=auto --hyperlink"
fi
# directories
+1
View File
@@ -1 +1,2 @@
Uni /home/kolkas/Repositories/Uni/ 1
backgrounds /home/kolkas/Pictures/backgrounds/ 0
+2 -2
View File
@@ -1,11 +1,11 @@
[[plugin.deps]]
use = "yazi-rs/plugins:git"
rev = "b9946d9"
rev = "38efe09"
hash = "88e56a64b7ce7c4314427452343fef17"
[[plugin.deps]]
use = "yazi-rs/plugins:smart-enter"
rev = "b9946d9"
rev = "38efe09"
hash = "187cc58ba7ac3befd49c342129e6f1b6"
[[plugin.deps]]