From 31e79a0d6495b053281d9a72486f221626b45a61 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 21 Jul 2025 18:09:32 +0100 Subject: [PATCH] feat(hati/hotkeys): make Notion Calendar primary calendar app --- hammerspoon/hosts/hati.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hammerspoon/hosts/hati.lua b/hammerspoon/hosts/hati.lua index e7d0141..504ab87 100644 --- a/hammerspoon/hosts/hati.lua +++ b/hammerspoon/hosts/hati.lua @@ -24,9 +24,9 @@ local function init_hotkeys() apptoggle:bind({ 'cmd', 'ctrl' }, 'Z', { 'Slack' }) apptoggle:bind({ 'cmd', 'ctrl' }, 'C', + { 'Notion Calendar' }, { 'Calendar' }, - { 'Google Calendar' }, - { 'Notion Calendar' } + { 'Google Calendar' } ) apptoggle:bind({ 'cmd', 'ctrl' }, 'W',