summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-08-14 14:23:26 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-08-14 14:23:26 -0400
commit75de917ed4d0fa5ed473b3e3c0b18b81e2036f77 (patch)
tree626d746904fa8b471365ff5c96bd33e067522f1c
parentc11902297e26f44a75f090d127138082bdca55f0 (diff)
Cute names in GTK filepicker
-rwxr-xr-x.local/bin/shortcutgen2
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"