This commit is contained in:
2026-05-05 09:24:09 +02:00
parent 311a89c0e6
commit c48f11992c
7 changed files with 31 additions and 19 deletions
+1 -2
View File
@@ -12,9 +12,8 @@ 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:appmenu-gtk-module
gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-shell-shows-menubar=1
gtk-sound-theme-name=ocean
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+6 -6
View File
@@ -3,22 +3,22 @@
xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
>
<bookmark href="smb://deccenia/default/" added="2026-03-27T08:04:42.401527Z" modified="2026-03-27T08:04:42.401531Z" visited="2026-03-27T08:04:42.401528Z">
<title>default on deccenia</title>
<bookmark href="smb://100.64.0.2/documents/" added="2026-05-06T10:05:54.879153Z" modified="2026-05-06T10:05:54.879156Z" visited="2026-05-06T10:05:54.879154Z">
<title>documents auf 100.64.0.2</title>
<info>
<metadata owner="http://freedesktop.org">
<bookmark:applications>
<bookmark:application name="org.gnome.Nautilus" exec="&apos;org.gnome.Nautilus %u&apos;" modified="2026-03-27T08:04:42.401530Z" count="1"/>
<bookmark:application name="org.gnome.Nautilus" exec="&apos;org.gnome.Nautilus %u&apos;" modified="2026-05-06T10:05:54.879155Z" count="1"/>
</bookmark:applications>
</metadata>
</info>
</bookmark>
<bookmark href="smb://deccenia/documents/" added="2026-03-27T08:04:57.185422Z" modified="2026-03-27T08:04:57.185426Z" visited="2026-03-27T08:04:57.185423Z">
<title>documents on deccenia</title>
<bookmark href="smb://100.64.0.2/default/" added="2026-05-06T10:06:20.264480Z" modified="2026-05-06T10:06:20.264483Z" visited="2026-05-06T10:06:20.264481Z">
<title>default auf 100.64.0.2</title>
<info>
<metadata owner="http://freedesktop.org">
<bookmark:applications>
<bookmark:application name="org.gnome.Nautilus" exec="&apos;org.gnome.Nautilus %u&apos;" modified="2026-03-27T08:04:57.185424Z" count="1"/>
<bookmark:application name="org.gnome.Nautilus" exec="&apos;org.gnome.Nautilus %u&apos;" modified="2026-05-06T10:06:20.264482Z" count="1"/>
</bookmark:applications>
</metadata>
</info>
+2 -4
View File
@@ -197,14 +197,12 @@ if (( $+commands[git] )); then
if [[ ! -d "$dir_name" ]]; then
git clone "$repo" || return 1
fi
builtin cd "$dir_name"
local app="$1"
if [[ -n "$app" ]] && (( $+commands[$app] )); then
echo "Opening project with $app"
nohup "$app" "$dir_name" >/dev/null 2>&1 &
nohup "$app" . >/dev/null 2>&1 &
disown
else
echo "Opening method missing or invalid"
builtin cd "$dir_name"
fi
}
fi
+2 -2
View File
@@ -1,11 +1,11 @@
[[plugin.deps]]
use = "yazi-rs/plugins:git"
rev = "ac82af3"
rev = "26512c7"
hash = "6849444b7c2df08eace83f3f86fb55a3"
[[plugin.deps]]
use = "yazi-rs/plugins:smart-enter"
rev = "ac82af3"
rev = "26512c7"
hash = "187cc58ba7ac3befd49c342129e6f1b6"
[[plugin.deps]]