diff options
Diffstat (limited to 'url.sh')
-rwxr-xr-x | url.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |