summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xurl.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/url.sh b/url.sh
index 985a2d2..a84dec2 100755
--- a/url.sh
+++ b/url.sh
@@ -1,6 +1,11 @@
#!/bin/sh
# vim: shiftwidth=4 tabstop=4 noexpandtab
+# Integrate this script to your Sway (https://swaywm.org/) config like this:
+# `bindsym $mod+u exec ~/.local/bin/url`
+# This maps modifier plus 'u' to this command if this script is installed on the
+# given path.
+
# constants
data_repo="${HOME}/.local/share/mydata"
data_rel="tables/urls.tsv"