diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-14 14:23:26 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-14 14:23:26 -0400 |
commit | 75de917ed4d0fa5ed473b3e3c0b18b81e2036f77 (patch) | |
tree | 626d746904fa8b471365ff5c96bd33e067522f1c /.local/bin | |
parent | c11902297e26f44a75f090d127138082bdca55f0 (diff) |
Cute names in GTK filepicker
Diffstat (limited to '.local/bin')
-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" |