From 75de917ed4d0fa5ed473b3e3c0b18b81e2036f77 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 14 Aug 2024 14:23:26 -0400 Subject: Cute names in GTK filepicker --- .local/bin/shortcutgen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/shortcutgen') diff --git a/.local/bin/shortcutgen b/.local/bin/shortcutgen index 297eb5c..7f26997 100755 --- a/.local/bin/shortcutgen +++ b/.local/bin/shortcutgen @@ -59,7 +59,7 @@ function fullpath(str) { print "export G" uc_col2 "=" $3 "" > env_filepath # Write to $XDG_CONFIG_HOME/gtk-3.0/bookmarks - print "file://" fullpath($3) > gtk_filepath + print "file://" fullpath($3) " " $1 > gtk_filepath } } ' "$src" -- cgit v1.2.3