From 09fb6fa3fecc13c2c3bc57b9e9424be62ac431e1 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 30 Mar 2023 13:25:41 -0400 Subject: [PATCH] Simplify weather URL --- home/.xbindkeysrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.xbindkeysrc b/home/.xbindkeysrc index d329713..d3b25fe 100644 --- a/home/.xbindkeysrc +++ b/home/.xbindkeysrc @@ -171,7 +171,7 @@ # Weather "notify_weather" Mod4 + w -"xdg-open 'https://forecast.weather.gov/MapClick.php?lat=42.9581&lon=-71.4856&unit=0&lg=english&FcstType=graphical&menu=1'" +"xdg-open 'https://forecast.weather.gov/MapClick.php?lat=42.9581&lon=-71.4856'" Mod4 + Shift + w # Calendar -- 2.20.1