-- -- Author : Dennis Eriksen -- File : @wezterm.lua -- Created : 2024-11-25 -- config = require('config') -- https://github.com/wez/wezterm/issues/1751#issuecomment-1504487757 hs.hotkey.bind({"cmd"}, "'", function() local wez = hs.application.find("com.github.wez.wezterm") if wez then if wez:isFrontmost() then wez:hide() else wez:activate() end end end)