import XMonad main = xmonad defaultConfig { modMask = mod1Mask -- super instead of alt (usually Windows key) , terminal = "alacritty" }