From 55184184de48884c2cb4217a7820c46c3e4b8aa4 Mon Sep 17 00:00:00 2001 From: Purin <118902463+Dylouwu@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:29:32 +0200 Subject: [PATCH] added new options when right-clicking in Thunar Open Terminal Here and Extract here options Signed-off-by: Purin <118902463+Dylouwu@users.noreply.github.com> --- home/programs/thunar/default.nix | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/home/programs/thunar/default.nix b/home/programs/thunar/default.nix index c4e70f48..78a7ff24 100644 --- a/home/programs/thunar/default.nix +++ b/home/programs/thunar/default.nix @@ -108,4 +108,31 @@ in { ''; + + xdg.configFile."Thunar/uca.xml".text = '' + + + + utilities-terminal + Open Terminal Here + 1700000000000001 + kitty -d %f + Opens Kitty terminal in the selected folder + * + + + + + + Extract here + + 1689618425925956-3 + xarchiver -x . %f + Extracts the archive into the directory it is located in. + * + *.tar.bz2;*.tar.gz;*.tar.xz;*.tar.Z;*.tar;*.taz;*.tb2;*.tbz;*.tbz2;*.tgz;*.txz;*.zip;*.bz2;*.docx;*.apk;*.gz;*.odt; + + + + ''; }