diff options
Diffstat (limited to '.local/bin/shortcutgen')
-rwxr-xr-x | .local/bin/shortcutgen | 2 |
1 files changed, 1 insertions, 1 deletions
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" |