From 25e74a8d9dd3d8241bcd4ec3b0833cef94131bb3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 4 Aug 2022 19:48:33 +0200 Subject: Document how to integrate url.sh into Sway --- url.sh | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit v1.2.3-70-g09d2