kitty open-actions
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
protocol file
|
||||||
|
action launch --type=overlay xdg-open $FILE_PATH
|
||||||
@@ -1,17 +1,25 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=catppuccin-mocha-blue-standard+default
|
gtk-application-prefer-dark-theme=true
|
||||||
gtk-icon-theme-name=Papirus
|
gtk-button-images=true
|
||||||
gtk-font-name=Sarasa UI SC 10
|
gtk-cursor-blink=true
|
||||||
|
gtk-cursor-blink-time=1000
|
||||||
gtk-cursor-theme-name=Bibata-Modern-Ice
|
gtk-cursor-theme-name=Bibata-Modern-Ice
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=24
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-enable-animations=true
|
||||||
gtk-button-images=0
|
|
||||||
gtk-menu-images=0
|
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=0
|
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-antialias=1
|
||||||
|
gtk-xft-dpi=122880
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintslight
|
gtk-xft-hintstyle=hintslight
|
||||||
gtk-xft-rgba=rgb
|
gtk-xft-rgba=rgb
|
||||||
gtk-application-prefer-dark-theme=1
|
|
||||||
|
|||||||
@@ -1,7 +1,14 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=catppuccin-mocha-blue-standard+default
|
gtk-application-prefer-dark-theme=true
|
||||||
gtk-icon-theme-name=Papirus
|
gtk-cursor-blink=true
|
||||||
gtk-font-name=Sarasa UI SC 10
|
gtk-cursor-blink-time=1000
|
||||||
gtk-cursor-theme-name=Bibata-Modern-Ice
|
gtk-cursor-theme-name=Bibata-Modern-Ice
|
||||||
gtk-cursor-theme-size=24
|
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
|
||||||
|
|||||||
@@ -83,13 +83,14 @@ fi
|
|||||||
# ls
|
# ls
|
||||||
|
|
||||||
if (( $+commands[eza] )); then
|
if (( $+commands[eza] )); then
|
||||||
alias ll="eza -lh --group-directories-first --icons=auto"
|
alias ls="eza --color=auto --hyperlink"
|
||||||
alias la="eza -lh --group-directories-first --icons=auto --all"
|
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"
|
alias lt="eza --tree --level=2 --long --icons --git"
|
||||||
else
|
else
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto --hyperlinko"
|
||||||
alias ll="ls -lh --group-directories-first --color=auto"
|
alias ll="ls -lh --group-directories-first --color=auto --hyperlink"
|
||||||
alias la="ls -lah --group-directories-first --color=auto"
|
alias la="ls -lah --group-directories-first --color=auto --hyperlink"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# directories
|
# directories
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
Uni /home/kolkas/Repositories/Uni/ 1
|
||||||
backgrounds /home/kolkas/Pictures/backgrounds/ 0
|
backgrounds /home/kolkas/Pictures/backgrounds/ 0
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:git"
|
use = "yazi-rs/plugins:git"
|
||||||
rev = "b9946d9"
|
rev = "38efe09"
|
||||||
hash = "88e56a64b7ce7c4314427452343fef17"
|
hash = "88e56a64b7ce7c4314427452343fef17"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:smart-enter"
|
use = "yazi-rs/plugins:smart-enter"
|
||||||
rev = "b9946d9"
|
rev = "38efe09"
|
||||||
hash = "187cc58ba7ac3befd49c342129e6f1b6"
|
hash = "187cc58ba7ac3befd49c342129e6f1b6"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
|||||||
Reference in New Issue
Block a user