Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import XMonad
- import XMonad.Config.Desktop
- main :: IO ()
- main =
- xmonad $
- desktopConfig
- { terminal = "alacritty",
- modMask = mod4Mask,
- borderWidth = 2
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement