diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index f650e46..fa8013e 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -213,6 +213,7 @@ spawnSelected' lst = gridselect conf lst >>= flip whenJust spawn myAppGrid = [ ("Runelite", "runelite") , ("ProtonVPN", "protonvpn") , ("Thunar", "thunar") + , ("Calendar", "gnome-calendar") , ("Firefox", "firefox") , ("Discord", "discord") , ("VS Code", "code")